unicode-combine: leave a note saying we might need more than 2 combining chars

This commit is contained in:
Daniel Eklöf 2020-05-01 20:19:46 +02:00
parent 50543983ad
commit 0c7a94dfdc
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -80,7 +80,7 @@ struct damage {
#if FOOT_UNICODE_COMBINING
struct combining_chars {
uint8_t count;
wchar_t chars[2]; /* TODO: how many do we need? */
wchar_t chars[2]; /* This is XTerms default, but there _are_ cases where more are needed */
};
#endif