mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-21 05:33:45 -04:00
term: rename COMB_CHARS_LO,HI -> CELL_COMB_CHARS_LO,HI
This commit is contained in:
parent
4cf7195695
commit
5c99e8013b
4 changed files with 14 additions and 13 deletions
|
|
@ -48,6 +48,8 @@ struct attributes {
|
|||
};
|
||||
static_assert(sizeof(struct attributes) == 8, "bad size");
|
||||
|
||||
#define CELL_COMB_CHARS_LO 0x40000000ul
|
||||
#define CELL_COMB_CHARS_HI 0x400ffffful
|
||||
struct cell {
|
||||
wchar_t wc;
|
||||
struct attributes attrs;
|
||||
|
|
@ -216,8 +218,6 @@ struct terminal {
|
|||
struct grid alt;
|
||||
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