=================================================================== RCS file: /cvs/mandoc/term_ascii.c,v retrieving revision 1.67 retrieving revision 1.68 diff -u -p -r1.67 -r1.68 --- mandoc/term_ascii.c 2022/08/15 18:12:30 1.67 +++ mandoc/term_ascii.c 2022/08/16 17:45:55 1.68 @@ -1,4 +1,4 @@ -/* $Id: term_ascii.c,v 1.67 2022/08/15 18:12:30 schwarze Exp $ */ +/* $Id: term_ascii.c,v 1.68 2022/08/16 17:45:55 schwarze Exp $ */ /* * Copyright (c) 2010, 2011 Kristaps Dzonsons * Copyright (c) 2014,2015,2017,2018,2020 Ingo Schwarze @@ -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