summaryrefslogtreecommitdiffstats
path: root/tbl_term.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2011-01-08 17:00:27 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2011-01-08 17:00:27 +0000
commit29f8344876163462796a63fb0835930cea1b51ce (patch)
tree37104860271039bde1ad7adc3c4b9ab5d1af38c0 /tbl_term.c
parente524e4faa861bbbcd2c8889fd1731bf9cf334399 (diff)
downloadmandoc-29f8344876163462796a63fb0835930cea1b51ce.tar.gz
Give the "n" cell type knowledge of its spacing.
Diffstat (limited to 'tbl_term.c')
-rw-r--r--tbl_term.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/tbl_term.c b/tbl_term.c
index 62573486..c3dbaf35 100644
--- a/tbl_term.c
+++ b/tbl_term.c
@@ -27,9 +27,6 @@
#include "out.h"
#include "term.h"
-/* FIXME: `n' modifier doesn't always do the right thing. */
-/* FIXME: `n' modifier doesn't use the cell-spacing buffer. */
-
static size_t term_tbl_len(size_t, void *);
static size_t term_tbl_strlen(const char *, void *);
static void tbl_char(struct termp *, char, size_t);