From ab9d8bee8921a125391e0cc5eaa95e1b2b32799d Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Mon, 1 Aug 2022 23:41:04 +0530 Subject: [PATCH] Fix #1449: ^N not working --- src/nnn.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nnn.c b/src/nnn.c index a2f54a23..64774b5c 100644 --- a/src/nnn.c +++ b/src/nnn.c @@ -2992,7 +2992,7 @@ static int nextsel(int presel) return SEL_QUIT; #endif wint_t c = presel; - int i = ERR; + int i = 0; bool escaped = FALSE; if (c == 0 || c == MSGWAIT) {