From fed65dbd741c3ee7e0a61c1acc0ac5d42f6d811a 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 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'term.h') diff --git a/term.h b/term.h index 5824f2a5..ee761bd8 100644 --- a/term.h +++ b/term.h @@ -1,4 +1,4 @@ -/* $Id: term.h,v 1.47 2009/09/17 07:41:28 kristaps Exp $ */ +/* $Id: term.h,v 1.48 2009/10/18 13:34:17 kristaps Exp $ */ /* * Copyright (c) 2008, 2009 Kristaps Dzonsons * @@ -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 v1.2.3-56-ge451