TAB is not identified on OS X

This commit is contained in:
Arun Prakash Jana 2017-12-27 00:16:23 +05:30
parent 4dca8d7cf9
commit f1f2a53dbf
1 changed files with 1 additions and 1 deletions

2
nnn.c
View File

@ -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) {