Commit 66577aca authored by Chris Allegretta's avatar Chris Allegretta
Browse files

Slightly better version of the fix

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@973 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
parent e5b9eacd
Showing with 3 additions and 1 deletion
+3 -1
......@@ -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 */
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment