瀏覽代碼

Remove inactive code

master
Arun Prakash Jana 6 年之前
父節點
當前提交
a2caf24592
沒有發現已知的金鑰在資料庫的簽署中 GPG Key ID: A75979F35C080412
共有 1 個文件被更改,包括 0 次插入20 次删除
  1. +0
    -20
      nnn.c

+ 0
- 20
nnn.c 查看文件

@@ -1122,26 +1122,6 @@ filterentries(char *path)

redraw(path);
goto end;
#if 0
case CONTROL('L'): // fallthrough
case CONTROL('K'): // fallthrough
case CONTROL('Y'): // fallthrough
case CONTROL('_'): // fallthrough
case CONTROL('R'): // fallthrough
case CONTROL('O'): // fallthrough
case CONTROL('B'): // fallthrough
case CONTROL('V'): // fallthrough
case CONTROL('J'): // fallthrough
case CONTROL(']'): // fallthrough
case CONTROL('G'): // fallthrough
case CONTROL('X'): // fallthrough
case CONTROL('F'): // fallthrough
case CONTROL('I'): // fallthrough
case CONTROL('T'):
if (len == 1)
cur = oldcur;
goto end;
#endif
case '?': // '?' is an invalid regex, show help instead
if (len == 1) {
cur = oldcur;


Loading…
取消
儲存