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

Diff for /mandoc/term.h between version 1.22 and 1.23

version 1.22, 2009/03/14 12:35:02 version 1.23, 2009/03/15 07:08:53
Line 86  struct termp {
Line 86  struct termp {
         size_t            maxcols;          size_t            maxcols;
         size_t            offset;          size_t            offset;
         size_t            col;          size_t            col;
           int               iflags;
   #define TERMP_NOPUNT     (1 << 0)
         int               flags;          int               flags;
 #define TERMP_NOSPACE    (1 << 0)       /* No space before words. */  #define TERMP_NOSPACE    (1 << 0)       /* No space before words. */
 #define TERMP_NOLPAD     (1 << 1)       /* No leftpad before flush. */  #define TERMP_NOLPAD     (1 << 1)       /* No leftpad before flush. */
Line 94  struct termp {
Line 96  struct termp {
 #define TERMP_IGNDELIM   (1 << 4)       /* Delims like regulars. */  #define TERMP_IGNDELIM   (1 << 4)       /* Delims like regulars. */
 #define TERMP_NONOSPACE  (1 << 5)       /* No space (no autounset). */  #define TERMP_NONOSPACE  (1 << 5)       /* No space (no autounset). */
 #define TERMP_NONOBREAK  (1 << 7)       /* Don't newln NOBREAK. */  #define TERMP_NONOBREAK  (1 << 7)       /* Don't newln NOBREAK. */
   
 #define TERMP_STYLE      0xff00         /* Style mask. */  #define TERMP_STYLE      0xff00         /* Style mask. */
 #define TERMP_BOLD       (1 << 8)       /* Styles... */  #define TERMP_BOLD       (1 << 8)       /* Styles... */
 #define TERMP_UNDER      (1 << 9)  #define TERMP_UNDER      (1 << 9)

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23

CVSweb