ソースを参照

Interpret ^T in filter mode

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

+ 3
- 2
nnn.c ファイルの表示

@@ -1115,9 +1115,10 @@ filterentries(char *path)
case CONTROL('V'): // fallthrough
case CONTROL('J'): // fallthrough
case CONTROL('X'): // fallthrough
case CONTROL('Y'):
case CONTROL('Y'): // fallthrough
case CONTROL('T'):
if (len == 1)
cur = oldcur; // fallthrough
cur = oldcur;
goto end;
default:
/* Reset cur in case it's a repeat search */


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