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, 1 insertions, 1 deletions
diff --git a/src/nnn.c b/src/nnn.c
index 114d944..d627a4f 100644
--- a/src/nnn.c
+++ b/src/nnn.c
@@ -3432,7 +3432,7 @@ nochange:
g_crc = crc8fast((uchar *)dents, ndents * sizeof(struct entry));
copystartid = cur;
ncp = 0;
- mvprintw(xlines - 1, 0, "selection on");
+ mvprintw(xlines - 1, 0, "selection on\n");
xdelay();
continue;
}