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

Diff for /mandoc/term.h between version 1.116 and 1.117

version 1.116, 2015/09/21 13:25:00 version 1.117, 2015/10/13 22:59:54
Line 86  struct termp {
Line 86  struct termp {
 #define TERMP_NONEWLINE  (1 << 15)      /* No line break in nofill mode. */  #define TERMP_NONEWLINE  (1 << 15)      /* No line break in nofill mode. */
         int              *buf;          /* Output buffer. */          int              *buf;          /* Output buffer. */
         enum termenc      enc;          /* Type of encoding. */          enum termenc      enc;          /* Type of encoding. */
         const struct mchars *symtab;    /* Character table. */  
         enum termfont     fontl;        /* Last font set. */          enum termfont     fontl;        /* Last font set. */
         enum termfont    *fontq;        /* Symmetric fonts. */          enum termfont    *fontq;        /* Symmetric fonts. */
         int               fontsz;       /* Allocated size of font stack */          int               fontsz;       /* Allocated size of font stack */

Legend:
Removed from v.1.116  
changed lines
  Added in v.1.117

CVSweb