Slightly better version of the fix
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@973 35c25a1d-7b9e-4130-9fde-d3aeb78583b8master
parent
e5b9eacd89
commit
66577acae1
2
winio.c
2
winio.c
|
@ -603,6 +603,8 @@ void bottombars(shortcut s[], int slen)
|
||||||
|
|
||||||
#ifdef ENABLE_COLOR
|
#ifdef ENABLE_COLOR
|
||||||
color_on(bottomwin, COLOR_BOTTOMBARS);
|
color_on(bottomwin, COLOR_BOTTOMBARS);
|
||||||
|
if (!colors[COLOR_BOTTOMBARS - FIRST_COLORNUM].set ||
|
||||||
|
colors[COLOR_BOTTOMBARS - FIRST_COLORNUM].fg != COLOR_BLACK)
|
||||||
wattroff(bottomwin, A_REVERSE);
|
wattroff(bottomwin, A_REVERSE);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue