Explorar el Código

Show file name for easier archive naming

master
Arun Prakash Jana hace 6 años
padre
commit
e1fa88b24d
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 8 adiciones y 5 borrados
  1. +8
    -5
      src/nnn.c

+ 8
- 5
src/nnn.c Ver fichero

@@ -3645,13 +3645,16 @@ nochange:
switch (sel) {
case SEL_ARCHIVE:
r = get_input("archive selection (else current)? [s]");
if (r == 's' && !cpsafe())
goto nochange;
else if (!ndents) {
if (r == 's') {
if (!cpsafe())
goto nochange;
tmp = NULL;
} else if (!ndents) {
printmsg("no files");
goto nochange;
}
tmp = xreadline(NULL, "archive name: ");
} else
tmp = dents[cur].name;
tmp = xreadline(tmp, "archive name: ");
break;
case SEL_OPENWITH:
tmp = xreadline(NULL, "open with: ");


Cargando…
Cancelar
Guardar