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

Diff for /mandoc/term.c between version 1.110 and 1.111

version 1.110, 2009/10/24 06:19:34 version 1.111, 2009/10/26 07:18:23
Line 222  term_flushln(struct termp *p)
Line 222  term_flushln(struct termp *p)
                 }                  }
                 vis += vsz;                  vis += vsz;
         }          }
   
         p->col = 0;          p->col = 0;
           overstep = 0;
   
         if ( ! (TERMP_NOBREAK & p->flags)) {          if ( ! (TERMP_NOBREAK & p->flags)) {
                 putchar('\n');                  putchar('\n');
                 return;                  return;
         }          }
   
         overstep = 0;  
         if (TERMP_HANG & p->flags) {          if (TERMP_HANG & p->flags) {
                 /* We need one blank after the tag. */                  /* We need one blank after the tag. */
                 overstep = /* LINTED */                  overstep = /* LINTED */

Legend:
Removed from v.1.110  
changed lines
  Added in v.1.111

CVSweb