Commit bfcce57b authored by Benno Schulenberg's avatar Benno Schulenberg
Browse files

screen: remove an unneeded blanking of the statusbar

It's redundant because the call of total_refresh() wipes everything.
No related merge requests found
Showing with 1 addition and 5 deletions
+1 -5
......@@ -1289,12 +1289,8 @@ RETSIGTYPE do_continue(int signal)
* and restore the terminal to its previous state in the process. */
regenerate_screen();
#else
/* Restore the terminal to its previous state. */
/* Restore the state of the terminal and redraw the whole screen. */
terminal_init();
/* Wipe statusbar; redraw titlebar and edit window (and help lines). */
blank_statusbar();
wnoutrefresh(bottomwin);
total_refresh();
#endif
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment