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.master
parent
7e334c95cb
commit
b281fd7a9d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue