mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-06 04:06:06 -05:00
term: bump compose chain char array to 10 chars
There are some very long sequences out there... e.g. 👩🏼❤️💋👨🏽
This commit is contained in:
parent
fd70058795
commit
fcd6327297
1 changed files with 1 additions and 1 deletions
|
|
@ -85,7 +85,7 @@ struct damage {
|
|||
};
|
||||
|
||||
struct composed {
|
||||
wchar_t chars[7];
|
||||
wchar_t chars[10];
|
||||
uint8_t count;
|
||||
int width;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue