[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.71 and 1.72

version 1.71, 2019/06/11 16:04:36 version 1.72, 2019/07/01 22:56:24
Line 164  term_tbl(struct termp *tp, const struct tbl_span *sp)
Line 164  term_tbl(struct termp *tp, const struct tbl_span *sp)
         const struct tbl_cell   *cp, *cpn, *cpp, *cps;          const struct tbl_cell   *cp, *cpn, *cpp, *cps;
         const struct tbl_dat    *dp;          const struct tbl_dat    *dp;
         static size_t            offset;          static size_t            offset;
         size_t                   save_offset;          size_t                   save_offset;
         size_t                   coloff, tsz;          size_t                   coloff, tsz;
         int                      hspans, ic, more;          int                      hspans, ic, more;
         int                      dvert, fc, horiz, lhori, rhori, uvert;          int                      dvert, fc, horiz, lhori, rhori, uvert;

Legend:
Removed from v.1.71  
changed lines
  Added in v.1.72

CVSweb