diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2011-01-03 16:04:41 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2011-01-03 16:04:41 +0000 |
commit | c08be5c0d7816d06a3c708170f443ed66e423d2b (patch) | |
tree | 93a18ca13f9422b435bccbdfd4a8de94e3ec736f /tbl_term.c | |
parent | ba06ba01906100f40e45bbb3c41c3d72c974d15e (diff) | |
download | mandoc-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.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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): |