mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
term: combining characters: reduce max number of combining characters
This commit is contained in:
parent
9f3d07ff21
commit
66e5abdda3
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue