mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-08 05:34:00 -04: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 {
|
struct combining_chars {
|
||||||
uint8_t count;
|
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 {
|
struct row {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue