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

Diff for /mandoc/term.h between version 1.107 and 1.108

version 1.107, 2014/12/01 08:05:52 version 1.108, 2014/12/02 10:08:06
Line 79  struct termp {
Line 79  struct termp {
 #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.107  
changed lines
  Added in v.1.108

CVSweb