Arun Prakash Jana
4 vuotta sitten
vanhempi
commit
b465bf9427
No known key found for this signature in database
GPG Key ID: A75979F35C080412
1 muutettua tiedostoa jossa
2 lisäystä ja
1 poistoa
-
src/nnn.c
|
|
@@ -2580,7 +2580,8 @@ static int filterentries(char *path, char *lastname) |
|
|
|
showfilter(ln); |
|
|
|
continue; |
|
|
|
#ifndef NOMOUSE |
|
|
|
case KEY_MOUSE: // fallthrough |
|
|
|
case KEY_MOUSE: |
|
|
|
goto end; |
|
|
|
#endif |
|
|
|
case 27: /* Exit filter mode on Escape and Alt+key */ |
|
|
|
if (handle_alt_key(ch) != ERR) { |
|
|
|