The '> ' as rename prompt is distracting

This commit is contained in:
Arun Prakash Jana 2017-08-25 19:22:30 +05:30
parent ccdb95f3ab
commit 4196af94f7
No known key found for this signature in database
GPG Key ID: A75979F35C080412
1 changed files with 1 additions and 1 deletions

2
nnn.c
View File

@ -2574,7 +2574,7 @@ nochange:
if (ndents <= 0)
break;
printprompt("> ");
printprompt("");
tmp = xreadline(dents[cur].name);
clearprompt();
if (tmp == NULL || tmp[0] == '\0')