src/nnn.c | 2 +- diff --git a/src/nnn.c b/src/nnn.c index 114d944ef55b2ab690d56a766454f8dcb0b939fc..d627a4f42cc3eef7eab39f92ca367c7827c45d4a 100644 --- a/src/nnn.c +++ b/src/nnn.c @@ -3432,7 +3432,7 @@ } 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; }