Explorar el Código

Set to the lat selected file

master
Arun Prakash Jana hace 8 años
padre
commit
f52367a481
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
      nnn.c

+ 2
- 1
nnn.c Ver fichero

@@ -757,7 +757,8 @@ readln(char *path)
printprompt(ln);
break;
case CONTROL('L'):
cur = oldcur; // fallthrough
if (len == 1)
cur = oldcur; // fallthrough
case CONTROL('Q'):
goto end;
default:


Cargando…
Cancelar
Guardar