소스 검색

Use the same term

master
Arun Prakash Jana 6 년 전
부모
커밋
9403d52720
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 파일 보기

@@ -2370,7 +2370,7 @@ static void redraw(char *path)
if (cfg.copymode)
if (g_crc != crc8fast((uchar *)dents, ndents * sizeof(struct entry))) {
cfg.copymode = 0;
DPRINTF_S("copymode off");
DPRINTF_S("selection off");
}

/* Fail redraw if < than 11 columns, context info prints 10 chars */
@@ -3047,7 +3047,7 @@ nochange:
copybufpos = 0;
ncp = 0;
printmsg("selection on");
DPRINTF_S("copymode on");
DPRINTF_S("selection on");
goto nochange;
}



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