瀏覽代碼
Retain filter on keys up and down
master
Arun Prakash Jana
5 年之前
沒有發現已知的金鑰在資料庫的簽署中
GPG 金鑰 ID: A75979F35C080412
共有
1 個檔案被更改,包括
1 行新增 和
1 行删除
-
src/nnn.c
|
|
@@ -2127,7 +2127,7 @@ static int filterentries(char *path) |
|
|
|
} |
|
|
|
} |
|
|
|
end: |
|
|
|
if (*ch != '\t') |
|
|
|
if (*ch != '\t' && *ch != KEY_UP && *ch != KEY_DOWN) |
|
|
|
g_ctx[cfg.curctx].c_fltr[0] = g_ctx[cfg.curctx].c_fltr[1] = '\0'; |
|
|
|
|
|
|
|
move_cursor(cur, 0); |
|
|
|