nano

nano with my custom patches
git clone git://bsandro.tech/nano
Log | Files | Refs | README | LICENSE

commit b281fd7a9d61d5584208425745f36bdf1a6eeaf3
parent 7e334c95cb43c5d115c9ed1dc1c535f642a4c4b3
Author: Benno Schulenberg <bensberg@telfort.nl>
Date:   Tue,  8 Aug 2017 19:54:09 +0200

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.

Diffstat:
Msrc/help.c | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/help.c b/src/help.c @@ -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