Fix #1449: ^N not working

This commit is contained in:
Arun Prakash Jana 2022-08-01 23:41:04 +05:30
parent 926c4014b3
commit ab9d8bee89
No known key found for this signature in database
GPG Key ID: A75979F35C080412
1 changed files with 1 additions and 1 deletions

View File

@ -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) {