[BACK]Return to man_term.c CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Diff for /mandoc/man_term.c between version 1.237 and 1.238

version 1.237, 2022/04/27 17:11:24 version 1.238, 2022/08/15 13:04:43
Line 975  out:
Line 975  out:
             ! (p->flags & (TERMP_NOBREAK | TERMP_NONEWLINE)) &&              ! (p->flags & (TERMP_NOBREAK | TERMP_NONEWLINE)) &&
             (n->next == NULL || n->next->flags & NODE_LINE)) {              (n->next == NULL || n->next->flags & NODE_LINE)) {
                 p->flags |= TERMP_BRNEVER | TERMP_NOSPACE;                  p->flags |= TERMP_BRNEVER | TERMP_NOSPACE;
                   p->tcol->taboff = 0;
                 if (n->string != NULL && *n->string != '\0')                  if (n->string != NULL && *n->string != '\0')
                         term_flushln(p);                          term_flushln(p);
                 else                  else

Legend:
Removed from v.1.237  
changed lines
  Added in v.1.238

CVSweb