Fix status hilites in curses
TEXTCOLOR removal left one #ifndef line in, breaking status hilites in curses.
This commit is contained in:
@@ -161,7 +161,6 @@ curses_status_update(
|
|||||||
curses_condition_bits = *condptr;
|
curses_condition_bits = *condptr;
|
||||||
curses_colormasks = colormasks;
|
curses_colormasks = colormasks;
|
||||||
} else {
|
} else {
|
||||||
color_and_attr = (color_and_attr & ~0x00FF) | NO_COLOR;
|
|
||||||
/*
|
/*
|
||||||
* status_vals[] are used for horizontal orientation
|
* status_vals[] are used for horizontal orientation
|
||||||
* (wide lines of multiple short values).
|
* (wide lines of multiple short values).
|
||||||
|
|||||||
Reference in New Issue
Block a user