From 2fd497e3efcaf8bfd671e84c4acd08212d613d3b Mon Sep 17 00:00:00 2001 From: Benno Schulenberg <bensberg@justemail.net> Date: Sat, 3 Sep 2016 15:34:44 +0200 Subject: [PATCH] tweaks: remove a superfluous blanking of the statusbar The prompt from which the browser was invoked has already blanked it. --- src/browser.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/browser.c b/src/browser.c index 84e36048..f4cd3fe3 100644 --- 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. */ -- GitLab