diff options
Diffstat (limited to 'tbl_term.c')
-rw-r--r-- | tbl_term.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -91,7 +91,7 @@ term_tbl(struct termp *tp, const struct tbl_span *sp) tp->tbl.slen = term_tbl_strlen; tp->tbl.arg = tp; - tblcalc(&tp->tbl, sp); + tblcalc(&tp->tbl, sp, rmargin - tp->offset); } /* Horizontal frame at the start of boxed tables. */ |