1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-25 01:05:37 +00:00

[color] initialize is_node

This commit is contained in:
Witold Filipczyk 2022-06-14 19:51:25 +02:00
parent 57ac78bcdd
commit dfa578d7d9

View File

@ -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);
schar->is_node = 0;
/* Options for the various color modes. */
switch (color_mode) {