From 58ed3a81524ba627ab11dc46e4dfc9b608106d9d Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Sun, 28 Jan 2018 21:08:28 +0100 Subject: [PATCH] display: wipe the status bar when doing a total refresh This fixes https://savannah.gnu.org/bugs/?52997. --- src/winio.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/winio.c b/src/winio.c index ce99134f..97373a10 100644 --- a/src/winio.c +++ b/src/winio.c @@ -3301,6 +3301,7 @@ void total_refresh(void) #endif if (currmenu != MBROWSER && currmenu != MWHEREISFILE && currmenu != MGOTODIR) edit_refresh(); + wipe_statusbar(); bottombars(currmenu); }