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

Diff for /mandoc/term.c between version 1.273 and 1.274

version 1.273, 2017/06/14 23:24:18 version 1.274, 2017/07/28 14:25:48
Line 129  term_flushln(struct termp *p)
Line 129  term_flushln(struct termp *p)
             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.273  
changed lines
  Added in v.1.274

CVSweb