Maxim Baz
GitHub
hace 5 años
No se encontró ninguna clave conocida en la base de datos para esta firma
ID de clave GPG: 4AEE18F83AFDEB23
Se han
modificado 1 ficheros con
3 adiciones y
5 borrados
-
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) { |
|
|
|