src/nnn.c | 4 ++-- diff --git a/src/nnn.c b/src/nnn.c index cd61b430da093f94d268a868613e254de0fe4514..00ac1f4b2233440b593919366512c2a3e69a08e3 100644 --- a/src/nnn.c +++ b/src/nnn.c @@ -3491,8 +3491,8 @@ writecp(newpath, r - 1); /* Truncate NULL from end */ 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;