commit 4a403ae00f2c84090b07b11b5df363efecf4aa45
parent 2c41600957b50ea3d79247192fc8bf6e2805212b
Author: Benno Schulenberg <bensberg@telfort.nl>
Date: Fri, 25 Sep 2020 16:47:36 +0200
display: do not unnecessarily wipe the status bar
It would wipe the edit window if there is just one row.
This fixes https://savannah.gnu.org/bugs/?59178.
Bug existed since version 2.9.3.
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/src/winio.c b/src/winio.c
@@ -3314,7 +3314,6 @@ void draw_all_subwindows(void)
#endif
if (currmenu != MBROWSER && currmenu != MWHEREISFILE && currmenu != MGOTODIR)
edit_refresh();
- wipe_statusbar();
bottombars(currmenu);
}