[BACK]Return to term.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / mandoc

Diff for /src/usr.bin/mandoc/term.c between version 1.133 and 1.134

version 1.133, 2017/06/14 23:23:51 version 1.134, 2017/07/28 14:24:17
Line 127 
Line 127 
             p->maxrmargin - p->viscol - vbl : 0;              p->maxrmargin - p->viscol - vbl : 0;
         vis = vend = 0;          vis = vend = 0;
   
         if ((p->flags && TERMP_MULTICOL) == 0)          if ((p->flags & TERMP_MULTICOL) == 0)
                 p->tcol->col = 0;                  p->tcol->col = 0;
         while (p->tcol->col < p->tcol->lastcol) {          while (p->tcol->col < p->tcol->lastcol) {
   

Legend:
Removed from v.1.133  
changed lines
  Added in v.1.134