소스 검색

Let ^L exit filter mode and redraw if no last filter

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

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

@@ -2843,7 +2843,8 @@ static int filterentries(char *path, char *lastname)
ln[1] = ln[REGEX_MAX - 1];
ln[REGEX_MAX - 1] = '\0';
len = mbstowcs(wln, ln, REGEX_MAX);
}
} else
goto end;
}

/* Go to the top, we don't know if the hovered file will match the filter */


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