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

Diff for /mandoc/tbl_term.c between version 1.47 and 1.48

version 1.47, 2017/06/12 19:05:47 version 1.48, 2017/06/12 20:14:18
Line 87  term_tbl(struct termp *tp, const struct tbl_span *sp)
Line 87  term_tbl(struct termp *tp, const struct tbl_span *sp)
                 tp->tbl.sulen = term_tbl_sulen;                  tp->tbl.sulen = term_tbl_sulen;
                 tp->tbl.arg = tp;                  tp->tbl.arg = tp;
   
                 tblcalc(&tp->tbl, sp, tp->tcol->rmargin - tp->tcol->offset);                  tblcalc(&tp->tbl, sp, tp->tcol->offset, tp->tcol->rmargin);
   
                 /* Center the table as a whole. */                  /* Center the table as a whole. */
   

Legend:
Removed from v.1.47  
changed lines
  Added in v.1.48

CVSweb