nano

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

commit 2fd497e3efcaf8bfd671e84c4acd08212d613d3b
parent fd6308d6d3a74a2fe107c04271cefc3c1024b38b
Author: Benno Schulenberg <bensberg@justemail.net>
Date:   Sat,  3 Sep 2016 15:34:44 +0200

tweaks: remove a superfluous blanking of the statusbar

The prompt from which the browser was invoked has already blanked it.

Diffstat:
Msrc/browser.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/src/browser.c b/src/browser.c @@ -59,7 +59,6 @@ char *do_browser(char *path) /* Don't show a cursor in the file list. */ curs_set(0); - blank_statusbar(); read_directory_contents: /* We come here when we refresh or select a new directory. */