mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-15 22:05:24 -05:00
unicode-combining: pack struct
This commit is contained in:
parent
0c7a94dfdc
commit
4ae0e7c922
1 changed files with 1 additions and 1 deletions
|
|
@ -81,7 +81,7 @@ struct damage {
|
|||
struct combining_chars {
|
||||
uint8_t count;
|
||||
wchar_t chars[2]; /* This is XTerms default, but there _are_ cases where more are needed */
|
||||
};
|
||||
} __attribute__((packed));
|
||||
#endif
|
||||
|
||||
struct row {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue