소스 검색

Do not change contents on ESC

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

+ 6
- 1
src/nnn.c 파일 보기

@@ -1610,7 +1610,6 @@ static int filterentries(char *path)
case 27: /* Exit filter mode on Escape */
if (len == 1)
cur = oldcur;
*ch = CONTROL('L');
goto end;
}

@@ -3240,6 +3239,12 @@ nochange:
/* Save current */
if (ndents)
copycurname();

if (presel == 27) {
presel = 0;
break;
}

goto nochange;
case SEL_MFLTR: // fallthrough
case SEL_TOGGLEDOT: // fallthrough


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