Maxim Baz
GitHub
il y a 5 ans
Parent
révision
099a9af289
Aucune clé connue n'a été trouvée dans la base pour cette signature
ID de la clé GPG: 4AEE18F83AFDEB23
1 fichiers modifiés avec
3 ajouts et
5 suppressions
-
src/nnn.c
|
|
@@ -2024,12 +2024,10 @@ static int nextsel(int presel) |
|
|
|
//DPRINTF_D(c); |
|
|
|
//DPRINTF_S(keyname(c)); |
|
|
|
|
|
|
|
/* Clear previous filter when manually starting */ |
|
|
|
if (c == FILTER) |
|
|
|
clearfilter(); |
|
|
|
|
|
|
|
if (presel == MSGWAIT) |
|
|
|
if (c == ERR && presel == MSGWAIT) |
|
|
|
c = (cfg.filtermode) ? FILTER : CONTROL('L'); |
|
|
|
else if (c == FILTER) /* Clear previous filter when manually starting */ |
|
|
|
clearfilter(); |
|
|
|
} |
|
|
|
|
|
|
|
if (c == -1) { |
|
|
|