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

tweaks: snip a superfluous clearing of the bottom bars after help

The edit subwindow will be completely redrawn twelve lines down,
and window_init() takes care of clearing the status bar.
parent 7e334c95
Showing with 0 additions and 2 deletions
+0 -2
......@@ -258,8 +258,6 @@ void do_help(void)
switch_to_prev_buffer_void();
if (ISSET(NO_HELP)) {
blank_bottombars();
wnoutrefresh(bottomwin);
currmenu = oldmenu;
window_init();
} else
......
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