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.
master
Benno Schulenberg 2021-11-17 16:38:30 +01:00
parent 0afe38d81a
commit 4f15890105
1 changed files with 4 additions and 5 deletions

View File

@ -550,13 +550,12 @@ void show_help(void)
curs_set(0);
if (ISSET(NO_HELP) || ISSET(ZERO)) {
currmenu = oldmenu;
if (ISSET(NO_HELP) || ISSET(ZERO))
window_init();
} else {
else
blank_statusbar();
bottombars(oldmenu);
}
bottombars(oldmenu);
#ifdef ENABLE_BROWSER
if (oldmenu & (MBROWSER|MWHEREISFILE|MGOTODIR))