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

Diff for /mandoc/term.c between version 1.84 and 1.85

version 1.84, 2009/07/14 15:16:41 version 1.85, 2009/07/14 15:49:44
Line 315  term_flushln(struct termp *p)
Line 315  term_flushln(struct termp *p)
                                 putchar(' ');                                  putchar(' ');
                 }                  }
                 if (TERMP_HANG & p->flags)                  if (TERMP_HANG & p->flags)
                         sv = vis - maxvis;                          sv = (int)(vis - maxvis);
                 p->col = 0;                  p->col = 0;
                 return;                  return;
         }          }

Legend:
Removed from v.1.84  
changed lines
  Added in v.1.85

CVSweb