diff options
Diffstat (limited to 'term_ascii.c')
-rw-r--r-- | term_ascii.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/term_ascii.c b/term_ascii.c index efab1fa6..5c105f20 100644 --- a/term_ascii.c +++ b/term_ascii.c @@ -196,7 +196,7 @@ terminal_sepline(void *arg) static size_t ascii_width(const struct termp *p, int c) { - return c != ASCII_BREAK && c != ASCII_NBRZW; + return c != ASCII_BREAK && c != ASCII_NBRZW && c != ASCII_TABREF; } void |