Procházet zdrojové kódy

dirs and files can be created with parent dirs

master
Arun Prakash Jana před 5 roky
rodič
revize
f0ca47afae
V databázi nebyl nalezen žádný známý klíč pro tento podpis ID GPG klíče: A75979F35C080412
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      src/nnn.c

+ 1
- 1
src/nnn.c Zobrazit soubor

@@ -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


Načítá se…
Zrušit
Uložit