in statusbar(), set statusblank to 25 instead of 26, to match current
Pico git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2706 35c25a1d-7b9e-4130-9fde-d3aeb78583b8master
parent
9b494fa90c
commit
077d0647c9
|
@ -283,6 +283,9 @@ CVS code -
|
||||||
do_help()
|
do_help()
|
||||||
- Don't treat NANO_CANCEL_KEY as NANO_EXIT_KEY anymore, for
|
- Don't treat NANO_CANCEL_KEY as NANO_EXIT_KEY anymore, for
|
||||||
consistency. (DLR)
|
consistency. (DLR)
|
||||||
|
statusbar()
|
||||||
|
- Set statusblank to 25 instead of 26, to match current Pico.
|
||||||
|
(DLR)
|
||||||
do_yesno()
|
do_yesno()
|
||||||
- Allow refreshing the screen via Ctrl-L, as Pico does. (DLR)
|
- Allow refreshing the screen via Ctrl-L, as Pico does. (DLR)
|
||||||
total_update()
|
total_update()
|
||||||
|
|
|
@ -2890,7 +2890,7 @@ void statusbar(const char *msg, ...)
|
||||||
}
|
}
|
||||||
|
|
||||||
SET(DISABLE_CURPOS);
|
SET(DISABLE_CURPOS);
|
||||||
statusblank = 26;
|
statusblank = 25;
|
||||||
}
|
}
|
||||||
|
|
||||||
void bottombars(const shortcut *s)
|
void bottombars(const shortcut *s)
|
||||||
|
|
Loading…
Reference in New Issue