소스 검색

TAB is not identified on OS X

master
Arun Prakash Jana 7 년 전
부모
커밋
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) {


불러오는 중...
취소
저장