mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-12 05:34:01 -04:00
unicode-combining: limit maximum number of allowed composed chains
This commit is contained in:
parent
1ebdc01162
commit
4d4df92f66
2 changed files with 13 additions and 5 deletions
|
|
@ -217,6 +217,7 @@ struct terminal {
|
|||
struct grid *grid;
|
||||
|
||||
#define COMB_CHARS_LO 0x40000000ul
|
||||
#define COMB_CHARS_HI 0x400ffffful
|
||||
size_t composed_count;
|
||||
struct composed *composed;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue