Fix status hilites in curses

TEXTCOLOR removal left one #ifndef line in, breaking
status hilites in curses.
This commit is contained in:
Pasi Kallinen
2023-11-27 20:12:26 +02:00
parent e0dd6a916a
commit febda956ee

View File

@@ -161,7 +161,6 @@ curses_status_update(
curses_condition_bits = *condptr;
curses_colormasks = colormasks;
} else {
color_and_attr = (color_and_attr & ~0x00FF) | NO_COLOR;
/*
* status_vals[] are used for horizontal orientation
* (wide lines of multiple short values).