소스 검색

Copy last file name before refresh

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

+ 4
- 0
src/nnn.c 파일 보기

@@ -3939,6 +3939,8 @@ nochange:
if (xlines != LINES || xcols != COLS) {
idle = 0;
setdirwatch();
if (ndents)
copycurname();
goto begin;
}

@@ -3946,6 +3948,8 @@ nochange:
if (idletimeout && idle == idletimeout) {
idle = 0;
spawn(utils[LOCKER], NULL, NULL, NULL, F_NORMAL);
if (ndents)
copycurname();
goto begin;
}



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