summaryrefslogtreecommitdiffstatshomepage
path: root/term.h
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-07-27 12:02:49 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-07-27 12:02:49 +0000
commit0441b4f4454e1e8fa3005d8b12b9731e24099509 (patch)
treefa9722aef313d84823a932a823613cff4c0b0fb3 /term.h
parent34c551bdd57e92ced941777217596e44b5b428c6 (diff)
downloadmandoc-0441b4f4454e1e8fa3005d8b12b9731e24099509.tar.gz
mandoc-0441b4f4454e1e8fa3005d8b12b9731e24099509.tar.zst
mandoc-0441b4f4454e1e8fa3005d8b12b9731e24099509.zip
Correct handling of \*(xx, \*[xxx], \*x versus \x, \(xx, \([xxx]: predefined strings and escape characters, respectively.
Diffstat (limited to 'term.h')
-rw-r--r--term.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/term.h b/term.h
index 29f1afd2..9b3a33b8 100644
--- a/term.h
+++ b/term.h
@@ -1,4 +1,4 @@
-/* $Id: term.h,v 1.42 2009/07/24 12:47:35 kristaps Exp $ */
+/* $Id: term.h,v 1.43 2009/07/27 12:02:49 kristaps Exp $ */
/*
* Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -58,6 +58,7 @@ struct termp {
void *term_ascii2htab(void);
const char *term_a2ascii(void *, const char *, size_t, size_t *);
+const char *term_a2res(void *, const char *, size_t, size_t *);
void term_asciifree(void *);
void term_newln(struct termp *);