]> git.cameronkatri.com Git - mandoc.git/commit
Add mode for -Tlocale. This mode, with this commit, behaves exactly
authorKristaps Dzonsons <kristaps@bsd.lv>
Tue, 17 May 2011 14:38:34 +0000 (14:38 +0000)
committerKristaps Dzonsons <kristaps@bsd.lv>
Tue, 17 May 2011 14:38:34 +0000 (14:38 +0000)
commit0587ad80d46d89f36315c37bbd67cf8899708b8d
treef6e1521213cb40a637bdb175e43f121249534ba3
parent79f16537cd09bc054f9d18169708d63030803d98
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().
main.c
main.h
man_term.c
mdoc_term.c
term.c
term.h
term_ascii.c
term_ps.c