Just print the filepath

This commit is contained in:
Arun Prakash Jana 2019-02-06 03:21:30 +05:30
parent 0153e508f5
commit cc1c694e90
No known key found for this signature in database
GPG Key ID: A75979F35C080412
1 changed files with 2 additions and 2 deletions

View File

@ -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;