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

Diff for /mandoc/term.h between version 1.10 and 1.11

version 1.10, 2009/02/25 17:02:47 version 1.11, 2009/02/25 23:18:50
Line 38  struct termp {
Line 38  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. */
         char             *buf;          char             *buf;
 };  };
   

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

CVSweb