From 74fefd1ac6f4b27426d1a6a6dc64e5c52b84945d Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Sat, 8 Jan 2011 17:00:27 +0000 Subject: Give the "n" cell type knowledge of its spacing. --- tbl_term.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'tbl_term.c') diff --git a/tbl_term.c b/tbl_term.c index a30e7235..edf03420 100644 --- a/tbl_term.c +++ b/tbl_term.c @@ -1,4 +1,4 @@ -/* $Id: tbl_term.c,v 1.13 2011/01/07 14:59:52 kristaps Exp $ */ +/* $Id: tbl_term.c,v 1.14 2011/01/08 17:00:27 kristaps Exp $ */ /* * Copyright (c) 2009 Kristaps Dzonsons * @@ -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); -- cgit v1.2.3