aboutsummaryrefslogtreecommitdiffstats
path: root/src/nnn.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nnn.c')
-rw-r--r--src/nnn.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nnn.c b/src/nnn.c
index e2aa7ff..20f42b6 100644
--- a/src/nnn.c
+++ b/src/nnn.c
@@ -5016,6 +5016,8 @@ static void redraw(char *path)
/* Fail redraw if < than 10 columns, context info prints 10 chars */
if (ncols < MIN_DISPLAY_COLS) {
+ /* Clear from last entry to end */
+ clrtobot();
printmsg(messages[MSG_FEW_COLUMNS]);
return;
}