Pin current path on archive/remote mount

This commit is contained in:
Arun Prakash Jana 2020-06-27 22:22:20 +05:30
parent b3820df863
commit 56b96cbf74
No known key found for this signature in database
GPG key ID: A75979F35C080412

View file

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