aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/nnn.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nnn.c b/src/nnn.c
index cd61b43..00ac1f4 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;