Commit 2fd497e3 authored by Benno Schulenberg's avatar Benno Schulenberg
Browse files

tweaks: remove a superfluous blanking of the statusbar

The prompt from which the browser was invoked has already blanked it.
No related merge requests found
Showing with 0 additions and 1 deletion
+0 -1
......@@ -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. */
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment