ソースを参照

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

master
Arun Prakash Jana 4年前
コミット
7f605ab995
この署名に対応する既知のキーがデータベースに存在しません 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 */


読み込み中…
キャンセル
保存