diff options
| -rw-r--r-- | nnn.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) { |