소스 검색

Just print the filepath

master
Arun Prakash Jana 6 년 전
부모
커밋
cc1c694e90
No known key found for this signature in database GPG 키 ID: A75979F35C080412
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      src/nnn.c

+ 2
- 2
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;


불러오는 중...
취소
저장