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 b062bd99..efab1fa6 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; + return c != ASCII_BREAK && c != ASCII_NBRZW; } void |