term: combining characters: reduce max number of combining characters

This commit is contained in:
Daniel Eklöf 2020-05-01 12:00:36 +02:00
parent 9f3d07ff21
commit 66e5abdda3
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -79,7 +79,7 @@ struct damage {
struct combining_chars {
uint8_t count;
wchar_t chars[5]; /* TODO: do we need this many? */
wchar_t chars[2]; /* TODO: how many do we need? */
};
struct row {