From cc1c694e90bf1b314ca9f5f489c3f38ce3dc1061 Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Wed, 6 Feb 2019 03:21:30 +0530 Subject: [PATCH] Just print the filepath --- src/nnn.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;