mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-28 11:11:47 +02:00
Add is_emoji_presentation_base to char props table
This commit is contained in:
@@ -17,7 +17,8 @@ typedef union CharProps {
|
||||
uint8_t is_invalid: 1;
|
||||
uint8_t shifted_width : 3;
|
||||
uint8_t is_non_rendered : 1;
|
||||
uint8_t : 4;
|
||||
uint8_t is_emoji_presentation_base : 1;
|
||||
uint8_t : 3;
|
||||
};
|
||||
uint16_t val;
|
||||
} CharProps;
|
||||
|
||||
Reference in New Issue
Block a user