[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.14 and 1.15

version 1.14, 2010/03/26 01:22:07 version 1.15, 2010/04/13 22:41:48
Line 35 
Line 35 
         size_t            maxcols;      /* Max size of buf. */          size_t            maxcols;      /* Max size of buf. */
         size_t            offset;       /* Margin offest. */          size_t            offset;       /* Margin offest. */
         size_t            col;          /* Bytes in buf. */          size_t            col;          /* Bytes in buf. */
           size_t            viscol;       /* Chars on current line. */
         int               overstep;     /* See termp_flushln(). */          int               overstep;     /* See termp_flushln(). */
         int               flags;          int               flags;
 #define TERMP_NOSPACE    (1 << 2)       /* No space before words. */  #define TERMP_NOSPACE    (1 << 2)       /* No space before words. */

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15