summaryrefslogtreecommitdiffstatshomepage
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
commitfed65dbd741c3ee7e0a61c1acc0ac5d42f6d811a (patch)
tree7a2aa789e646a658bd043cc66005a38c9f84367b /term.h
parentd5d132e7675ed3a3f6510e8d903e87537bb72285 (diff)
downloadmandoc-fed65dbd741c3ee7e0a61c1acc0ac5d42f6d811a.tar.gz
mandoc-fed65dbd741c3ee7e0a61c1acc0ac5d42f6d811a.tar.zst
mandoc-fed65dbd741c3ee7e0a61c1acc0ac5d42f6d811a.zip
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.h5
1 files changed, 4 insertions, 1 deletions
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 <kristaps@kth.se>
*
@@ -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*/