aboutsummaryrefslogtreecommitdiffstatshomepage
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
commit944094ed2bd5df11aacbf26ce2f6832135891b31 (patch)
treed83faba0dbf1ca48f035d3f6ab5c17d8b980a1e2 /tbl_term.c
parent39345eaf48c5e557f5a426a75ab0f01460f44189 (diff)
downloadmandoc-944094ed2bd5df11aacbf26ce2f6832135891b31.tar.gz
mandoc-944094ed2bd5df11aacbf26ce2f6832135891b31.tar.zst
mandoc-944094ed2bd5df11aacbf26ce2f6832135891b31.zip
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.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/tbl_term.c b/tbl_term.c
index 2aaebcb8..74f00ad9 100644
--- a/tbl_term.c
+++ b/tbl_term.c
@@ -1,4 +1,4 @@
-/* $Id: tbl_term.c,v 1.5 2011/01/03 15:07:59 kristaps Exp $ */
+/* $Id: tbl_term.c,v 1.6 2011/01/03 16:04:41 kristaps Exp $ */
/*
* Copyright (c) 2009 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -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):