summaryrefslogtreecommitdiffstats
path: root/term.h
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-10-18 13:34:16 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-10-18 13:34:16 +0000
commit3415d08a3770d6230f784e7a7f2a11e555d18fae (patch)
tree4b5265d25450e7ddbcef067ae64470c3e03934ea /term.h
parent3bb28bd52ee8e4f2384f550bdc6f9eb7f58a67ec (diff)
downloadmandoc-3415d08a3770d6230f784e7a7f2a11e555d18fae.tar.gz
Arbitrary horizontal and vertical scaling widths now handled by -mdoc -Tascii.
Terminal scaling backend pushed into term.c.
Diffstat (limited to 'term.h')
-rw-r--r--term.h3
1 files changed, 3 insertions, 0 deletions
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*/