浏览代码

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) {


||||||
x
 
000:0
正在加载...
取消
保存