mirror of
https://github.com/rkd77/elinks.git
synced 2025-02-02 15:09:23 -05:00
[screen_char] Added bitfield is_node.
This commit is contained in:
parent
2ec2d2b416
commit
1e657abb3b
@ -59,6 +59,8 @@ struct screen_char {
|
||||
/** Attributes are ::screen_char_attr bits. */
|
||||
unsigned char attr;
|
||||
|
||||
unsigned int is_node:1;
|
||||
|
||||
union {
|
||||
/** The fore- and background color. */
|
||||
unsigned char color[SCREEN_COLOR_SIZE];
|
||||
|
Loading…
x
Reference in New Issue
Block a user