curses menu_heading repairs

This commit is contained in:
nhmall
2023-11-15 11:11:55 -05:00
parent fc52f0ef42
commit 97ddfd9355
3 changed files with 7 additions and 10 deletions
+1 -2
View File
@@ -80,8 +80,7 @@ curses_toggle_color_attr(WINDOW *win, int color, int attr, int onoff)
{
if (color == NO_COLOR)
color = NONE;
if (attr == ATR_NONE)
attr = NONE;
#ifdef TEXTCOLOR
int curses_color;