From febda956eec135c55655f93c537f20bc923b1a07 Mon Sep 17 00:00:00 2001 From: Pasi Kallinen Date: Mon, 27 Nov 2023 20:12:26 +0200 Subject: [PATCH] Fix status hilites in curses TEXTCOLOR removal left one #ifndef line in, breaking status hilites in curses. --- win/curses/cursstat.c | 1 - 1 file changed, 1 deletion(-) diff --git a/win/curses/cursstat.c b/win/curses/cursstat.c index d4abb36e8..fbfc2a7a9 100644 --- a/win/curses/cursstat.c +++ b/win/curses/cursstat.c @@ -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).