display: clear the status bar early enough, so that --zero can show text

This fixes https://savannah.gnu.org/bugs/?61554.

Bug existed since commit be61aad9 from yesterday.
master
Benno Schulenberg 2021-11-25 10:56:18 +01:00
parent 6a521da437
commit 7336c28ca8
1 changed files with 1 additions and 1 deletions

View File

@ -437,7 +437,7 @@ void window_init(void)
}
/* In case the terminal shrunk, make sure the status line is clear. */
wipe_statusbar();
wnoutrefresh(bottomwin);
/* When not disabled, turn escape-sequence translation on. */
if (!ISSET(RAW_SEQUENCES)) {