소스 검색

Start dir watch, preserve cur entry when navigate-as-you-type is disabled

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

+ 7
- 4
nnn.c 파일 보기

@@ -2733,11 +2733,14 @@ nochange:
cfg.filtermode ^= 1;
if (cfg.filtermode)
presel = FILTER;
else if (!ndents)
/* If there are no entries refresh to start watching dir */
else {
/* Save current */
if (ndents > 0)
copycurname();

/* Start watching the directory */
goto begin;
else
printmsg("navigate-as-you-type off");
}
goto nochange;
case SEL_SEARCH:
spawn(player, path, "search", NULL, F_NORMAL);


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