소스 검색

Remove inactive code

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

+ 0
- 20
nnn.c 파일 보기

@@ -1122,26 +1122,6 @@ filterentries(char *path)

redraw(path);
goto end;
#if 0
case CONTROL('L'): // fallthrough
case CONTROL('K'): // fallthrough
case CONTROL('Y'): // fallthrough
case CONTROL('_'): // fallthrough
case CONTROL('R'): // fallthrough
case CONTROL('O'): // fallthrough
case CONTROL('B'): // fallthrough
case CONTROL('V'): // fallthrough
case CONTROL('J'): // fallthrough
case CONTROL(']'): // fallthrough
case CONTROL('G'): // fallthrough
case CONTROL('X'): // fallthrough
case CONTROL('F'): // fallthrough
case CONTROL('I'): // fallthrough
case CONTROL('T'):
if (len == 1)
cur = oldcur;
goto end;
#endif
case '?': // '?' is an invalid regex, show help instead
if (len == 1) {
cur = oldcur;


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