From: Arun Prakash Jana Date: Sat, 26 Aug 2017 04:07:04 +0000 (+0530) Subject: A shorter overwrite message (key is not echoed) X-Git-Tag: v1.4~24 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=ac037935475ba3e6589a27793adc94d58329b7e3;p=nnn.git A shorter overwrite message (key is not echoed) --- diff --git a/nnn.c b/nnn.c index c7f4375c..b554f2bf 100644 --- a/nnn.c +++ b/nnn.c @@ -2606,7 +2606,7 @@ nochange: /* Check if another file with same name exists */ if (faccessat(fd, tmp, F_OK, AT_SYMLINK_NOFOLLOW) != -1) { /* File with the same name exists */ - printprompt("Press 'y' to overwrite: "); + printprompt("Press 'y' to overwrite"); cleartimeout(); r = getch(); settimeout();