浏览代码

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 */


正在加载...
取消
保存