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

Diff for /mandoc/term.h between version 1.91 and 1.92

version 1.91, 2012/05/27 18:02:49 version 1.92, 2012/05/31 22:29:13
Line 78  struct termp {
Line 78  struct termp {
 #define TERMP_ANPREC     (1 << 13)      /* See termp_an_pre(). */  #define TERMP_ANPREC     (1 << 13)      /* See termp_an_pre(). */
 #define TERMP_KEEP       (1 << 14)      /* Keep words together. */  #define TERMP_KEEP       (1 << 14)      /* Keep words together. */
 #define TERMP_PREKEEP    (1 << 15)      /* ...starting with the next one. */  #define TERMP_PREKEEP    (1 << 15)      /* ...starting with the next one. */
   #define TERMP_SKIPCHAR   (1 << 16)      /* Skip the next character. */
         int              *buf;          /* Output buffer. */          int              *buf;          /* Output buffer. */
         enum termenc      enc;          /* Type of encoding. */          enum termenc      enc;          /* Type of encoding. */
         struct mchars    *symtab;       /* Encoded-symbol table. */          struct mchars    *symtab;       /* Encoded-symbol table. */

Legend:
Removed from v.1.91  
changed lines
  Added in v.1.92

CVSweb