[BACK]Return to term.h CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Diff for /mandoc/term.h between version 1.79 and 1.80

version 1.79, 2011/01/05 15:37:23 version 1.80, 2011/04/29 22:18:12
Line 105  struct termp {
Line 105  struct termp {
 #define TERMP_PREKEEP    (1 << 15)      /* ...starting with the next one. */  #define TERMP_PREKEEP    (1 << 15)      /* ...starting with the next one. */
         char             *buf;          /* Output buffer. */          char             *buf;          /* Output buffer. */
         enum termenc      enc;          /* Type of encoding. */          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     fontl;        /* Last font set. */
         enum termfont     fontq[10];    /* Symmetric fonts. */          enum termfont     fontq[10];    /* Symmetric fonts. */
         int               fonti;        /* Index of font stack. */          int               fonti;        /* Index of font stack. */

Legend:
Removed from v.1.79  
changed lines
  Added in v.1.80

CVSweb