mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-17 05:33:52 -04: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 {
|
struct composed {
|
||||||
wchar_t chars[7];
|
wchar_t chars[10];
|
||||||
uint8_t count;
|
uint8_t count;
|
||||||
int width;
|
int width;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue