]> Sergey Matveev's repositories - nnn.git/commitdiff
The '> ' as rename prompt is distracting
authorArun Prakash Jana <engineerarun@gmail.com>
Fri, 25 Aug 2017 13:52:30 +0000 (19:22 +0530)
committerArun Prakash Jana <engineerarun@gmail.com>
Fri, 25 Aug 2017 13:52:30 +0000 (19:22 +0530)
nnn.c

diff --git a/nnn.c b/nnn.c
index 02b2bd65327ce9f1669a0a2322c76d8821b99caf..be2c10cb3bd29f83362b7fb45c1fa17280aa69c6 100644 (file)
--- a/nnn.c
+++ b/nnn.c
@@ -2574,7 +2574,7 @@ nochange:
                        if (ndents <= 0)
                                break;
 
-                       printprompt("");
+                       printprompt("");
                        tmp = xreadline(dents[cur].name);
                        clearprompt();
                        if (tmp == NULL || tmp[0] == '\0')