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

Diff for /mandoc/mdoc_term.c between version 1.7 and 1.8

version 1.7, 2009/06/10 20:18:43 version 1.8, 2009/06/11 07:26:35
Line 485  print_head(struct termp *p, const struct mdoc_meta *me
Line 485  print_head(struct termp *p, const struct mdoc_meta *me
                         meta->title, meta->msec);                          meta->title, meta->msec);
   
         p->offset = 0;          p->offset = 0;
         p->rmargin = (p->maxrmargin - strlen(buf)) / 2;          p->rmargin = (p->maxrmargin - strlen(buf) + 1) / 2;
         p->flags |= TERMP_NOBREAK | TERMP_NOSPACE;          p->flags |= TERMP_NOBREAK | TERMP_NOSPACE;
   
         term_word(p, title);          term_word(p, title);

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

CVSweb