Arun Prakash Jana
4 年之前
沒有發現已知的金鑰在資料庫的簽署中
GPG 金鑰 ID: A75979F35C080412
共有
1 個檔案被更改,包括
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) { |
|
|
|