=================================================================== RCS file: /cvs/mandoc/man_term.c,v retrieving revision 1.237 retrieving revision 1.238 diff -u -p -r1.237 -r1.238 --- mandoc/man_term.c 2022/04/27 17:11:24 1.237 +++ mandoc/man_term.c 2022/08/15 13:04:43 1.238 @@ -1,4 +1,4 @@ -/* $Id: man_term.c,v 1.237 2022/04/27 17:11:24 schwarze Exp $ */ +/* $Id: man_term.c,v 1.238 2022/08/15 13:04:43 schwarze Exp $ */ /* * Copyright (c) 2010-2015,2017-2020,2022 Ingo Schwarze * Copyright (c) 2008-2012 Kristaps Dzonsons @@ -975,6 +975,7 @@ out: ! (p->flags & (TERMP_NOBREAK | TERMP_NONEWLINE)) && (n->next == NULL || n->next->flags & NODE_LINE)) { p->flags |= TERMP_BRNEVER | TERMP_NOSPACE; + p->tcol->taboff = 0; if (n->string != NULL && *n->string != '\0') term_flushln(p); else