From 4196af94f78018cfd922be84f0b51556aae95446 Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Fri, 25 Aug 2017 19:22:30 +0530 Subject: [PATCH] The '> ' as rename prompt is distracting --- nnn.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nnn.c b/nnn.c index 02b2bd65..be2c10cb 100644 --- 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')