From: Arun Prakash Jana Date: Tue, 5 Feb 2019 21:51:30 +0000 (+0530) Subject: Just print the filepath X-Git-Tag: v2.3~36 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=cc1c694e90bf1b314ca9f5f489c3f38ce3dc1061;p=nnn.git Just print the filepath --- diff --git a/src/nnn.c b/src/nnn.c index cd61b430..00ac1f4b 100644 --- a/src/nnn.c +++ b/src/nnn.c @@ -3491,8 +3491,8 @@ nochange: if (copier) spawn(copier, NULL, NULL, NULL, F_NOTRACE); } - mvprintw(LINES - 1, 0, "selected %s%s\n", - (!cfg.copymode&&copier) ? "and copied " : "" , newpath); + + printmsg(newpath); goto nochange; case SEL_COPYMUL: cfg.copymode ^= 1;