[BACK]Return to term.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / mandoc

Diff for /src/usr.bin/mandoc/term.h between version 1.51 and 1.52

version 1.51, 2014/12/01 08:05:02 version 1.52, 2014/12/02 10:07:17
Line 79 
Line 79 
 #define TERMP_HANG       (1 << 11)      /* See term_flushln(). */  #define TERMP_HANG       (1 << 11)      /* See term_flushln(). */
 #define TERMP_NOSPLIT    (1 << 12)      /* Do not break line before .An. */  #define TERMP_NOSPLIT    (1 << 12)      /* Do not break line before .An. */
 #define TERMP_SPLIT      (1 << 13)      /* Break line before .An. */  #define TERMP_SPLIT      (1 << 13)      /* Break line before .An. */
   #define TERMP_NONEWLINE  (1 << 14)      /* No line break in nofill mode. */
         int              *buf;          /* Output buffer. */          int              *buf;          /* Output buffer. */
         enum termenc      enc;          /* Type of encoding. */          enum termenc      enc;          /* Type of encoding. */
         const struct mchars *symtab;    /* Character table. */          const struct mchars *symtab;    /* Character table. */

Legend:
Removed from v.1.51  
changed lines
  Added in v.1.52