winio.c:bottombars() - Get rid of that annoying reversed line when color is on! :)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@972 35c25a1d-7b9e-4130-9fde-d3aeb78583b8master
parent
6d6edd6fe0
commit
e5b9eacd89
|
@ -39,6 +39,8 @@ CVS code -
|
||||||
high ascii characters.
|
high ascii characters.
|
||||||
titlebar()
|
titlebar()
|
||||||
- gettextized a pair of strings.
|
- gettextized a pair of strings.
|
||||||
|
bottombars()
|
||||||
|
- Get rid of that annoying reversed line when color is on! :)
|
||||||
- m4/gettext.m4:
|
- m4/gettext.m4:
|
||||||
- Back down to 1.1.3 version.
|
- Back down to 1.1.3 version.
|
||||||
- faq.html:
|
- faq.html:
|
||||||
|
|
1
winio.c
1
winio.c
|
@ -603,6 +603,7 @@ void bottombars(shortcut s[], int slen)
|
||||||
|
|
||||||
#ifdef ENABLE_COLOR
|
#ifdef ENABLE_COLOR
|
||||||
color_on(bottomwin, COLOR_BOTTOMBARS);
|
color_on(bottomwin, COLOR_BOTTOMBARS);
|
||||||
|
wattroff(bottomwin, A_REVERSE);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Determine how many extra spaces are needed to fill the bottom of the screen */
|
/* Determine how many extra spaces are needed to fill the bottom of the screen */
|
||||||
|
|
Loading…
Reference in New Issue