Przeglądaj źródła

Pin current path on archive/remote mount

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

+ 8
- 0
src/nnn.c Wyświetl plik

@@ -5737,6 +5737,10 @@ nochange:
goto nochange;
}

/* Pin current directory */
free(mark);
mark = xstrdup(path);

cdprep(lastdir, lastname, path, newpath)
? (presel = FILTER) : (watch = TRUE);
goto begin;
@@ -5827,6 +5831,10 @@ nochange:
goto nochange;
}

/* Pin current directory */
free(mark);
mark = xstrdup(path);

/* In list mode, retain the last file name to highlight it, if possible */
cdprep(lastdir, listpath && sel == SEL_CDLAST ? NULL : lastname, path, newpath)
? (presel = FILTER) : (watch = TRUE);


Ładowanie…
Anuluj
Zapisz