aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--nnn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nnn.c b/nnn.c
index d874d35..f173fca 100644
--- a/nnn.c
+++ b/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) {