From 2946a89c00edbb1945400cb7096376107d600fee Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Mon, 18 Mar 2019 06:15:35 +0530 Subject: [PATCH] Clear rest of the line --- src/nnn.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }