commit 66577acae194053d72a70454c24f5fedf58c8825
parent e5b9eacd8946fb8a30ad8126012a1216d3df5adb
Author: Chris Allegretta <chrisa@asty.org>
Date: Sat, 5 Jan 2002 02:03:29 +0000
Slightly better version of the fix
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@973 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
Diffstat:
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/winio.c b/winio.c
@@ -603,7 +603,9 @@ void bottombars(shortcut s[], int slen)
#ifdef ENABLE_COLOR
color_on(bottomwin, COLOR_BOTTOMBARS);
- wattroff(bottomwin, A_REVERSE);
+ if (!colors[COLOR_BOTTOMBARS - FIRST_COLORNUM].set ||
+ colors[COLOR_BOTTOMBARS - FIRST_COLORNUM].fg != COLOR_BLACK)
+ wattroff(bottomwin, A_REVERSE);
#endif
/* Determine how many extra spaces are needed to fill the bottom of the screen */