From: Arun Prakash Jana Date: Mon, 1 Aug 2022 18:11:04 +0000 (+0530) Subject: Fix #1449: ^N not working X-Git-Tag: v4.7~25 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=ab9d8bee8921a125391e0cc5eaa95e1b2b32799d;p=nnn.git Fix #1449: ^N not working --- 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) {