From 4f15890105defdcd8f7b875712c85e61febafa47 Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Wed, 17 Nov 2021 16:38:30 +0100 Subject: [PATCH] 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. --- src/help.c | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/help.c b/src/help.c index 0c39e4c1..f63e415d 100644 --- a/src/help.c +++ b/src/help.c @@ -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))