mirror of
https://github.com/jarun/nnn.git
synced 2024-11-24 11:51:27 +00:00
Just print the filepath
This commit is contained in:
parent
0153e508f5
commit
cc1c694e90
|
@ -3491,8 +3491,8 @@ nochange:
|
||||||
if (copier)
|
if (copier)
|
||||||
spawn(copier, NULL, NULL, NULL, F_NOTRACE);
|
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;
|
goto nochange;
|
||||||
case SEL_COPYMUL:
|
case SEL_COPYMUL:
|
||||||
cfg.copymode ^= 1;
|
cfg.copymode ^= 1;
|
||||||
|
|
Loading…
Reference in a new issue