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

Diff for /mandoc/term.h between version 1.15 and 1.16

version 1.15, 2009/03/03 21:07:01 version 1.16, 2009/03/03 22:17:19
Line 93  struct termp {
Line 93  struct termp {
 #define TERMP_LITERAL    (1 << 5)       /* Literal words. */  #define TERMP_LITERAL    (1 << 5)       /* Literal words. */
 #define TERMP_IGNDELIM   (1 << 6)       /* Delims like regulars. */  #define TERMP_IGNDELIM   (1 << 6)       /* Delims like regulars. */
 #define TERMP_NONOSPACE  (1 << 7)       /* No space (no autounset). */  #define TERMP_NONOSPACE  (1 << 7)       /* No space (no autounset). */
   #define TERMP_NORPAD     (1 << 8)       /* No rightpad. */
   #define TERMP_NOINSET    (1 << 9)       /* If NOBREAK, no inset. */
         char             *buf;          char             *buf;
         struct termsym   *symtab;       /* Special-symbol table. */          struct termsym   *symtab;       /* Special-symbol table. */
         struct termsym   *styletab;     /* Style table. */          struct termsym   *styletab;     /* Style table. */

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

CVSweb