Sfoglia il codice sorgente

Just print the filepath

master
Arun Prakash Jana 6 anni fa
parent
commit
cc1c694e90
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: A75979F35C080412
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. +2
    -2
      src/nnn.c

+ 2
- 2
src/nnn.c Vedi 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;


Loading…
Annulla
Salva