diff --git a/src/nnn.c b/src/nnn.c index 114d944e..d627a4f4 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; }