瀏覽代碼

TAB is not identified on OS X

master
Arun Prakash Jana 6 年之前
父節點
當前提交
f1f2a53dbf
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      nnn.c

+ 1
- 1
nnn.c 查看文件

@@ -1055,7 +1055,7 @@ xreadline(char *fname)
}

/* TAB breaks cursor position, ignore it */
if (*ch == TAB || *ch == '\t')
if (*ch == '\t')
continue;

if (pos < buflen) {


Loading…
取消
儲存