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

Diff for /mandoc/term.h between version 1.41 and 1.42

version 1.41, 2009/07/21 15:33:05 version 1.42, 2009/07/24 12:47:35
Line 48  struct termp {
Line 48  struct termp {
 #define TERMP_DANGLE     (1 << 8)       /* See term_flushln(). */  #define TERMP_DANGLE     (1 << 8)       /* See term_flushln(). */
 #define TERMP_HANG       (1 << 9)       /* See term_flushln(). */  #define TERMP_HANG       (1 << 9)       /* See term_flushln(). */
 #define TERMP_TWOSPACE   (1 << 10)      /* See term_flushln(). */  #define TERMP_TWOSPACE   (1 << 10)      /* See term_flushln(). */
   #define TERMP_NOSPLIT    (1 << 11)      /* See termp_an_pre/post(). */
   #define TERMP_SPLIT      (1 << 12)      /* See termp_an_pre/post(). */
   #define TERMP_ANPREC     (1 << 13)      /* See termp_an_pre(). */
         char             *buf;          /* Output buffer. */          char             *buf;          /* Output buffer. */
         enum termenc      enc;          /* Type of encoding. */          enum termenc      enc;          /* Type of encoding. */
         void             *symtab;       /* Encoded-symbol table. */          void             *symtab;       /* Encoded-symbol table. */

Legend:
Removed from v.1.41  
changed lines
  Added in v.1.42

CVSweb