mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-26 07:57:59 -04:00
unicode-combine: leave a note saying we might need more than 2 combining chars
This commit is contained in:
parent
50543983ad
commit
0c7a94dfdc
1 changed files with 1 additions and 1 deletions
|
|
@ -80,7 +80,7 @@ struct damage {
|
||||||
#if FOOT_UNICODE_COMBINING
|
#if FOOT_UNICODE_COMBINING
|
||||||
struct combining_chars {
|
struct combining_chars {
|
||||||
uint8_t count;
|
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
|
#endif
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue