Explorar el Código

Let ^L exit filter mode and redraw if no last filter

master
Arun Prakash Jana hace 4 años
padre
commit
7f605ab995
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: A75979F35C080412
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. +2
    -1
      src/nnn.c

+ 2
- 1
src/nnn.c Ver fichero

@@ -2843,7 +2843,8 @@ static int filterentries(char *path, char *lastname)
ln[1] = ln[REGEX_MAX - 1];
ln[REGEX_MAX - 1] = '\0';
len = mbstowcs(wln, ln, REGEX_MAX);
}
} else
goto end;
}

/* Go to the top, we don't know if the hovered file will match the filter */


Cargando…
Cancelar
Guardar