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

Diff for /mandoc/term.h between version 1.65 and 1.66

version 1.65, 2010/06/25 18:53:14 version 1.66, 2010/06/27 01:26:20
Line 78  struct termp {
Line 78  struct termp {
 #define TERMP_NOSPLIT    (1 << 11)      /* See termp_an_pre/post(). */  #define TERMP_NOSPLIT    (1 << 11)      /* See termp_an_pre/post(). */
 #define TERMP_SPLIT      (1 << 12)      /* See termp_an_pre/post(). */  #define TERMP_SPLIT      (1 << 12)      /* See termp_an_pre/post(). */
 #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_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. */          void             *symtab;       /* Encoded-symbol table. */

Legend:
Removed from v.1.65  
changed lines
  Added in v.1.66

CVSweb