mirror of
https://github.com/jarun/nnn.git
synced 2024-12-01 02:49:44 +00:00
Fix regression from commit 2200a1c
This commit is contained in:
parent
709b2f229e
commit
b465bf9427
|
@ -2580,7 +2580,8 @@ static int filterentries(char *path, char *lastname)
|
||||||
showfilter(ln);
|
showfilter(ln);
|
||||||
continue;
|
continue;
|
||||||
#ifndef NOMOUSE
|
#ifndef NOMOUSE
|
||||||
case KEY_MOUSE: // fallthrough
|
case KEY_MOUSE:
|
||||||
|
goto end;
|
||||||
#endif
|
#endif
|
||||||
case 27: /* Exit filter mode on Escape and Alt+key */
|
case 27: /* Exit filter mode on Escape and Alt+key */
|
||||||
if (handle_alt_key(ch) != ERR) {
|
if (handle_alt_key(ch) != ERR) {
|
||||||
|
|
Loading…
Reference in a new issue