瀏覽代碼

Enable file extract in nav-as-you-type mode

master
Arun Prakash Jana 7 年之前
父節點
當前提交
a963d166c8
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: A75979F35C080412
共有 1 個檔案被更改,包括 2 行新增1 行删除
  1. +2
    -1
      nnn.c

+ 2
- 1
nnn.c 查看文件

@@ -1125,6 +1125,7 @@ filterentries(char *path)
goto end;
case CONTROL('L'): // fallthrough
case CONTROL('K'): // fallthrough
case CONTROL('Y'): // fallthrough
case CONTROL('_'): // fallthrough
case CONTROL('R'): // fallthrough
case CONTROL('O'): // fallthrough
@@ -1132,7 +1133,7 @@ filterentries(char *path)
case CONTROL('V'): // fallthrough
case CONTROL('J'): // fallthrough
case CONTROL('X'): // fallthrough
case CONTROL('Y'): // fallthrough
case CONTROL('F'): // fallthrough
case CONTROL('T'):
if (len == 1)
cur = oldcur;


Loading…
取消
儲存