summaryrefslogtreecommitdiffstats
path: root/tbl_term.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2011-01-03 16:04:41 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2011-01-03 16:04:41 +0000
commitc08be5c0d7816d06a3c708170f443ed66e423d2b (patch)
tree93a18ca13f9422b435bccbdfd4a8de94e3ec736f /tbl_term.c
parentba06ba01906100f40e45bbb3c41c3d72c974d15e (diff)
downloadmandoc-c08be5c0d7816d06a3c708170f443ed66e423d2b.tar.gz
Switch on the `TS' documentation in roff.7. As per off-line discussion,
this may be moved to tbl.7, but for the time being, keep it in the document as it's developed. Also note that my handling of horizontal rules in layouts needs some work.
Diffstat (limited to 'tbl_term.c')
-rw-r--r--tbl_term.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tbl_term.c b/tbl_term.c
index 3768be31..501174a3 100644
--- a/tbl_term.c
+++ b/tbl_term.c
@@ -274,6 +274,7 @@ tbl_data(struct termp *tp, const struct tbl *tbl,
case (TBL_CELL_HORIZ):
/* FALLTHROUGH */
case (TBL_CELL_DHORIZ):
+ /* FIXME: THIS IS WRONG. */
tbl_data_spanner(tp, dp, tbp);
break;
case (TBL_CELL_LONG):