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

Diff for /mandoc/term.h between version 1.14 and 1.20

version 1.14, 2009/03/02 17:14:46 version 1.20, 2009/03/11 00:39:58
Line 54  enum tsym {
Line 54  enum tsym {
         TERMSYM_BAR =           25,          TERMSYM_BAR =           25,
         TERMSYM_BULLET =        26,          TERMSYM_BULLET =        26,
         TERMSYM_AMP =           27,          TERMSYM_AMP =           27,
           TERMSYM_EM =            28,
           TERMSYM_EN =            29,
           TERMSYM_COPY =          30,
           TERMSYM_ASTERISK =      31,
           TERMSYM_SLASH =         32,
           TERMSYM_HYPHEN =        33,
           TERMSYM_SPACE =         34,
           TERMSYM_PERIOD =        35,
           TERMSYM_BREAK =         36,
           TERMSYM_LANGLE =        37,
           TERMSYM_RANGLE =        38,
           TERMSYM_LBRACE =        39,
           TERMSYM_RBRACE =        40
 };  };
   
   
Line 84  struct termp {
Line 97  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_NONOBREAK  (1 << 8)
         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.14  
changed lines
  Added in v.1.20

CVSweb