[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.29 and 1.30

version 1.29, 2014/10/13 23:31:46 version 1.30, 2014/10/14 02:16:06
Line 91  term_tbl(struct termp *tp, const struct tbl_span *sp)
Line 91  term_tbl(struct termp *tp, const struct tbl_span *sp)
                 tp->tbl.slen = term_tbl_strlen;                  tp->tbl.slen = term_tbl_strlen;
                 tp->tbl.arg = tp;                  tp->tbl.arg = tp;
   
                 tblcalc(&tp->tbl, sp);                  tblcalc(&tp->tbl, sp, rmargin - tp->offset);
         }          }
   
         /* Horizontal frame at the start of boxed tables. */          /* Horizontal frame at the start of boxed tables. */

Legend:
Removed from v.1.29  
changed lines
  Added in v.1.30

CVSweb