mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-03 07:15:29 -04: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 {
|
struct combining_chars {
|
||||||
uint8_t count;
|
uint8_t count;
|
||||||
wchar_t chars[2]; /* This is XTerms default, but there _are_ cases where more are needed */
|
wchar_t chars[2]; /* This is XTerms default, but there _are_ cases where more are needed */
|
||||||
};
|
} __attribute__((packed));
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
struct row {
|
struct row {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue