mirror of
git://git.sv.gnu.org/nano.git
synced 2024-11-25 22:29:42 +03:00
help: when done, always redraw the "bottom bars", also with --zero
This fixes https://savannah.gnu.org/bugs/?61500.
Bug existed since commit 3dfd798d
from earlier today.
This commit is contained in:
parent
0afe38d81a
commit
4f15890105
@ -550,13 +550,12 @@ void show_help(void)
|
|||||||
|
|
||||||
curs_set(0);
|
curs_set(0);
|
||||||
|
|
||||||
if (ISSET(NO_HELP) || ISSET(ZERO)) {
|
if (ISSET(NO_HELP) || ISSET(ZERO))
|
||||||
currmenu = oldmenu;
|
|
||||||
window_init();
|
window_init();
|
||||||
} else {
|
else
|
||||||
blank_statusbar();
|
blank_statusbar();
|
||||||
bottombars(oldmenu);
|
|
||||||
}
|
bottombars(oldmenu);
|
||||||
|
|
||||||
#ifdef ENABLE_BROWSER
|
#ifdef ENABLE_BROWSER
|
||||||
if (oldmenu & (MBROWSER|MWHEREISFILE|MGOTODIR))
|
if (oldmenu & (MBROWSER|MWHEREISFILE|MGOTODIR))
|
||||||
|
Loading…
Reference in New Issue
Block a user