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();
|
switch_to_prev_buffer_void();
|
||||||
|
|
||||||
if (ISSET(NO_HELP)) {
|
if (ISSET(NO_HELP)) {
|
||||||
blank_bottombars();
|
|
||||||
wnoutrefresh(bottomwin);
|
|
||||||
currmenu = oldmenu;
|
currmenu = oldmenu;
|
||||||
window_init();
|
window_init();
|
||||||
} else
|
} else
|
||||||
|
|
Loading…
Reference in New Issue