commit 5e4f16da445d824ad0ecdf05e4867e2a36a0acee
parent 81b29d9a21dccf7febc64301f5e8e0e20b587216
Author: Benno Schulenberg <bensberg@justemail.net>
Date: Thu, 12 May 2016 11:58:40 +0200
tweaks: remove a superfluous call of 'wnoutrefresh'
The function 'bottombars' has already done this.
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/src/browser.c b/src/browser.c
@@ -61,7 +61,6 @@ char *do_browser(char *path, DIR *dir)
curs_set(0);
blank_statusbar();
bottombars(MBROWSER);
- wnoutrefresh(bottomwin);
UNSET(CONST_UPDATE);