mirror of
https://github.com/jarun/nnn.git
synced 2024-11-24 11:51:27 +00:00
The '> ' as rename prompt is distracting
This commit is contained in:
parent
ccdb95f3ab
commit
4196af94f7
2
nnn.c
2
nnn.c
|
@ -2574,7 +2574,7 @@ nochange:
|
||||||
if (ndents <= 0)
|
if (ndents <= 0)
|
||||||
break;
|
break;
|
||||||
|
|
||||||
printprompt("> ");
|
printprompt("");
|
||||||
tmp = xreadline(dents[cur].name);
|
tmp = xreadline(dents[cur].name);
|
||||||
clearprompt();
|
clearprompt();
|
||||||
if (tmp == NULL || tmp[0] == '\0')
|
if (tmp == NULL || tmp[0] == '\0')
|
||||||
|
|
Loading…
Reference in a new issue