From 3415d08a3770d6230f784e7a7f2a11e555d18fae Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Sun, 18 Oct 2009 13:34:16 +0000 Subject: Arbitrary horizontal and vertical scaling widths now handled by -mdoc -Tascii. Terminal scaling backend pushed into term.c. --- term.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'term.h') diff --git a/term.h b/term.h index c99035d8..0a113abd 100644 --- a/term.h +++ b/term.h @@ -53,6 +53,9 @@ void term_vspace(struct termp *); void term_word(struct termp *, const char *); void term_flushln(struct termp *); +int a2width(const char *); +int a2height(const char *); + __END_DECLS #endif /*!TERM_H*/ -- cgit