mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
[color] initialize is_node
This commit is contained in:
parent
57ac78bcdd
commit
dfa578d7d9
@ -384,6 +384,7 @@ set_term_color(struct screen_char *schar, struct color_pair *pair,
|
|||||||
|
|
||||||
assert(color_mode >= COLOR_MODE_DUMP && color_mode < COLOR_MODES);
|
assert(color_mode >= COLOR_MODE_DUMP && color_mode < COLOR_MODES);
|
||||||
|
|
||||||
|
schar->is_node = 0;
|
||||||
/* Options for the various color modes. */
|
/* Options for the various color modes. */
|
||||||
switch (color_mode) {
|
switch (color_mode) {
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user