Przeglądaj źródła

Show selection name in archive option

master
Arun Prakash Jana 6 lat temu
rodzic
commit
af3d0a69bc
Nie znaleziono w bazie danych klucza dla tego podpisu ID klucza GPG: A75979F35C080412
1 zmienionych plików z 5 dodań i 1 usunięć
  1. +5
    -1
      nnn.c

+ 5
- 1
nnn.c Wyświetl plik

@@ -3078,10 +3078,14 @@ nochange:
printmsg("quotes off");
goto nochange;
case SEL_OPEN: // fallthrough
case SEL_ARCHIVE: // fallthrough
case SEL_ARCHIVE:
if (ndents <= 0)
break; // fallthrough
case SEL_NEW:
if (sel == SEL_OPEN)
tmp = xreadline(NULL, "open with: ");
else if (sel == SEL_ARCHIVE)
tmp = xreadline(dents[cur].name, "name: ");
else
tmp = xreadline(NULL, "name: ");



Ładowanie…
Anuluj
Zapisz