]> Sergey Matveev's repositories - nnn.git/commitdiff
Just print the filepath
authorArun Prakash Jana <engineerarun@gmail.com>
Tue, 5 Feb 2019 21:51:30 +0000 (03:21 +0530)
committerArun Prakash Jana <engineerarun@gmail.com>
Tue, 5 Feb 2019 21:51:43 +0000 (03:21 +0530)
src/nnn.c

index cd61b430da093f94d268a868613e254de0fe4514..00ac1f4b2233440b593919366512c2a3e69a08e3 100644 (file)
--- 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;