From 027af53ae0b57538166c9888b675d2ce4c979355 Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Fri, 8 Feb 2019 23:16:06 +0530 Subject: [PATCH] Refresh contents after a ^C --- src/nnn.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/nnn.c b/src/nnn.c index 5ed8e77..30e82cf 100644 --- a/src/nnn.c +++ b/src/nnn.c @@ -2965,6 +2965,7 @@ begin: cfg.apparentsz = 0; cfg.blkorder = 0; BLK_SHIFT = 9; + presel = CONTROL('L'); } #ifdef LINUX_INOTIFY