ソースを参照

Fix regression from commit 2200a1c

master
Arun Prakash Jana 5年前
コミット
b465bf9427
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: A75979F35C080412
1個のファイルの変更2行の追加1行の削除
  1. +2
    -1
      src/nnn.c

+ 2
- 1
src/nnn.c ファイルの表示

@@ -2580,7 +2580,8 @@ static int filterentries(char *path, char *lastname)
showfilter(ln);
continue;
#ifndef NOMOUSE
case KEY_MOUSE: // fallthrough
case KEY_MOUSE:
goto end;
#endif
case 27: /* Exit filter mode on Escape and Alt+key */
if (handle_alt_key(ch) != ERR) {


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