mirror of
https://github.com/jarun/nnn.git
synced 2025-02-26 11:11:33 +00:00
Use concise change dir prompt
This commit is contained in:
parent
465d619b7f
commit
a6016e8407
1 changed files with 1 additions and 1 deletions
2
nnn.c
2
nnn.c
|
@ -2639,7 +2639,7 @@ nochange:
|
|||
}
|
||||
|
||||
exitcurses();
|
||||
tmp = readline("chdir: ");
|
||||
tmp = readline("cd: ");
|
||||
refresh();
|
||||
|
||||
/* Change back to program start dir */
|
||||
|
|
Loading…
Add table
Reference in a new issue