mirror of
https://github.com/jarun/nnn.git
synced 2025-03-18 20:39:45 +00:00
TAB is not identified on OS X
This commit is contained in:
parent
4dca8d7cf9
commit
f1f2a53dbf
1 changed files with 1 additions and 1 deletions
2
nnn.c
2
nnn.c
|
@ -1055,7 +1055,7 @@ xreadline(char *fname)
|
||||||
}
|
}
|
||||||
|
|
||||||
/* TAB breaks cursor position, ignore it */
|
/* TAB breaks cursor position, ignore it */
|
||||||
if (*ch == TAB || *ch == '\t')
|
if (*ch == '\t')
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
if (pos < buflen) {
|
if (pos < buflen) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue