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

Diff for /mandoc/term.c between version 1.167 and 1.168

version 1.167, 2010/08/20 01:02:07 version 1.168, 2010/08/20 23:22:09
Line 275  term_flushln(struct termp *p)
Line 275  term_flushln(struct termp *p)
                 vis = vend;                  vis = vend;
         }          }
   
           /*
            * If there was trailing white space, it was not printed;
            * so reset the cursor position accordingly.
            */
           vis -= vbl;
   
         p->col = 0;          p->col = 0;
         p->overstep = 0;          p->overstep = 0;
   

Legend:
Removed from v.1.167  
changed lines
  Added in v.1.168

CVSweb