X-Git-Url: https://git.cameronkatri.com/mandoc.git/blobdiff_plain/0dd8e0810b147f5b43ed6f6621f157e9dfec02fc..b2f39fae68970f2ba88e13f91f76cc3d0efd418a:/term.h?ds=sidebyside diff --git a/term.h b/term.h index 7b0537df..130024de 100644 --- a/term.h +++ b/term.h @@ -1,4 +1,4 @@ -/* $Id: term.h,v 1.83 2011/05/15 00:58:48 kristaps Exp $ */ +/* $Id: term.h,v 1.85 2011/05/20 15:48:22 kristaps Exp $ */ /* * Copyright (c) 2008, 2009, 2010 Kristaps Dzonsons * @@ -22,7 +22,9 @@ __BEGIN_DECLS struct termp; enum termenc { - TERMENC_ASCII + TERMENC_ASCII, + TERMENC_LOCALE, + TERMENC_UTF8 }; enum termtype { @@ -94,7 +96,6 @@ struct termp { struct termp_ps *ps; }; -struct termp *term_alloc(enum termenc); void term_tbl(struct termp *, const struct tbl_span *); void term_free(struct termp *); void term_newln(struct termp *);