term: bump compose chain char array to 10 chars

There are some very long sequences out there... e.g. 👩🏼‍❤️‍💋‍👨🏽
This commit is contained in:
Daniel Eklöf 2021-06-24 11:24:30 +02:00
parent fd70058795
commit fcd6327297
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -85,7 +85,7 @@ struct damage {
};
struct composed {
wchar_t chars[7];
wchar_t chars[10];
uint8_t count;
int width;
};