diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2011-01-08 17:00:27 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2011-01-08 17:00:27 +0000 |
commit | 29f8344876163462796a63fb0835930cea1b51ce (patch) | |
tree | 37104860271039bde1ad7adc3c4b9ab5d1af38c0 /tbl_term.c | |
parent | e524e4faa861bbbcd2c8889fd1731bf9cf334399 (diff) | |
download | mandoc-29f8344876163462796a63fb0835930cea1b51ce.tar.gz |
Give the "n" cell type knowledge of its spacing.
Diffstat (limited to 'tbl_term.c')
-rw-r--r-- | tbl_term.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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); |