Browse Source

Use concise change dir prompt

master
Arun Prakash Jana 6 years ago
parent
commit
a6016e8407
No known key found for this signature in database GPG Key ID: A75979F35C080412
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      nnn.c

+ 1
- 1
nnn.c View File

@@ -2639,7 +2639,7 @@ nochange:
}

exitcurses();
tmp = readline("chdir: ");
tmp = readline("cd: ");
refresh();

/* Change back to program start dir */


Loading…
Cancel
Save