mirror of
git://git.sv.gnu.org/nano.git
synced 2025-02-22 08:14:22 +03:00
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.
This commit is contained in:
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…
x
Reference in New Issue
Block a user