Przeglądaj źródła

dirs and files can be created with parent dirs

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

+ 1
- 1
src/nnn.c Wyświetl plik

@@ -4873,7 +4873,7 @@ nochange:
case SEL_NEW:
r = get_input("create 'f'(ile) / 'd'(ir) / 's'(ym) / 'h'(ard)?");
if (r == 'f' || r == 'd')
tmp = xreadline(NULL, "name: ");
tmp = xreadline(NULL, "relative path: ");
else if (r == 's' || r == 'h')
tmp = xreadline(NULL, "link suffix [@ for none]: ");
else


Ładowanie…
Anuluj
Zapisz