summaryrefslogtreecommitdiffstats
path: root/term.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2011-05-17 14:38:34 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2011-05-17 14:38:34 +0000
commitae85c53a20e295bcb9eecc8a2d24955c35392839 (patch)
tree7d3d87904670286bd0a6abf5b99ccafe1e05cbfa /term.c
parent7585ce47e0934f9b0eabd76bf7000d02950e6e1c (diff)
downloadmandoc-ae85c53a20e295bcb9eecc8a2d24955c35392839.tar.gz
Add mode for -Tlocale. This mode, with this commit, behaves exactly
like -Tascii. While adding this, inline term_alloc() (was a one-liner), remove some switches around the terminal encoding for the symbol table (unnecessary), and split out ascii_alloc() into ascii_init(), which is also called from locale_init().
Diffstat (limited to 'term.c')
-rw-r--r--term.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/term.c b/term.c
index 7556e3b6..09647a07 100644
--- a/term.c
+++ b/term.c
@@ -69,18 +69,6 @@ term_end(struct termp *p)
(*p->end)(p);
}
-
-struct termp *
-term_alloc(enum termenc enc)
-{
- struct termp *p;
-
- p = mandoc_calloc(1, sizeof(struct termp));
- p->enc = enc;
- return(p);
-}
-
-
/*
* Flush a line of text. A "line" is loosely defined as being something
* that should be followed by a newline, regardless of whether it's