[BACK]Return to tbl_term.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / mandoc

Diff for /src/usr.bin/mandoc/tbl_term.c between version 1.35 and 1.36

version 1.35, 2017/06/12 18:55:42 version 1.36, 2017/06/12 20:14:03
Line 85 
Line 85 
                 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.35  
changed lines
  Added in v.1.36