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
parent
6a521da437
commit
7336c28ca8
|
@ -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)) {
|
||||
|
|
Loading…
Reference in New Issue