소스 검색

Enable file extract in nav-as-you-type mode

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

+ 2
- 1
nnn.c 파일 보기

@@ -1125,6 +1125,7 @@ filterentries(char *path)
goto end;
case CONTROL('L'): // fallthrough
case CONTROL('K'): // fallthrough
case CONTROL('Y'): // fallthrough
case CONTROL('_'): // fallthrough
case CONTROL('R'): // fallthrough
case CONTROL('O'): // fallthrough
@@ -1132,7 +1133,7 @@ filterentries(char *path)
case CONTROL('V'): // fallthrough
case CONTROL('J'): // fallthrough
case CONTROL('X'): // fallthrough
case CONTROL('Y'): // fallthrough
case CONTROL('F'): // fallthrough
case CONTROL('T'):
if (len == 1)
cur = oldcur;


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