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

Diff for /mandoc/term.h between version 1.90 and 1.91

version 1.90, 2011/12/04 23:10:52 version 1.91, 2012/05/27 18:02:49
Line 63  struct termp {
Line 63  struct termp {
         int               col;          /* Bytes in buf. */          int               col;          /* Bytes in buf. */
         size_t            viscol;       /* Chars on current line. */          size_t            viscol;       /* Chars on current line. */
         int               overstep;     /* See termp_flushln(). */          int               overstep;     /* See termp_flushln(). */
           int               skipvsp;      /* Vertical space to skip. */
         int               flags;          int               flags;
 #define TERMP_SENTENCE   (1 << 1)       /* Space before a sentence. */  #define TERMP_SENTENCE   (1 << 1)       /* Space before a sentence. */
 #define TERMP_NOSPACE    (1 << 2)       /* No space before words. */  #define TERMP_NOSPACE    (1 << 2)       /* No space before words. */

Legend:
Removed from v.1.90  
changed lines
  Added in v.1.91

CVSweb