]> git.cameronkatri.com Git - mandoc.git/blobdiff - term.h
Move "chars" interface out of out.h and into mandoc.h. This doesn't
[mandoc.git] / term.h
diff --git a/term.h b/term.h
index 79b738cae98b393587795fb49ccbe8ae66f101eb..c1c9c457d3d68ddea58c4435b97bdfbb078a7483 100644 (file)
--- a/term.h
+++ b/term.h
@@ -1,4 +1,4 @@
-/*     $Id: term.h,v 1.79 2011/01/05 15:37:23 kristaps Exp $ */
+/*     $Id: term.h,v 1.80 2011/04/29 22:18:12 kristaps Exp $ */
 /*
  * Copyright (c) 2008, 2009, 2010 Kristaps Dzonsons <kristaps@bsd.lv>
  *
@@ -105,7 +105,7 @@ struct      termp {
 #define        TERMP_PREKEEP    (1 << 15)      /* ...starting with the next one. */
        char             *buf;          /* Output buffer. */
        enum termenc      enc;          /* Type of encoding. */
-       void             *symtab;       /* Encoded-symbol table. */
+       struct mchars    *symtab;       /* Encoded-symbol table. */
        enum termfont     fontl;        /* Last font set. */
        enum termfont     fontq[10];    /* Symmetric fonts. */
        int               fonti;        /* Index of font stack. */