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

Diff for /mandoc/term.c between version 1.151 and 1.152

version 1.151, 2010/06/27 01:26:20 version 1.152, 2010/06/28 09:48:44
Line 133  term_flushln(struct termp *p)
Line 133  term_flushln(struct termp *p)
         size_t           vbl;   /* number of blanks to prepend to output */          size_t           vbl;   /* number of blanks to prepend to output */
         size_t           vend;  /* end of word visual position on output */          size_t           vend;  /* end of word visual position on output */
         size_t           bp;    /* visual right border position */          size_t           bp;    /* visual right border position */
         int              j;     /* temporary loop index */          int              j;     /* temporary loop index for p->buf */
         int              jhy;   /* last hyphen before line overflow */          int              jhy;   /* last hyph before overflow w/r/t j */
         size_t           maxvis, mmax;          size_t           maxvis; /* output position of visible boundary */
           size_t           mmax; /* used in calculating bp */
   
         /*          /*
          * First, establish the maximum columns of "visible" content.           * First, establish the maximum columns of "visible" content.

Legend:
Removed from v.1.151  
changed lines
  Added in v.1.152

CVSweb