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

Diff for /mandoc/term.h between version 1.120 and 1.121

version 1.120, 2017/05/07 17:31:45 version 1.121, 2017/05/08 15:34:54
Line 68  struct termp {
Line 68  struct termp {
         size_t            viscol;       /* Chars on current line. */          size_t            viscol;       /* Chars on current line. */
         size_t            trailspace;   /* See termp_flushln(). */          size_t            trailspace;   /* See termp_flushln(). */
         int               overstep;     /* See termp_flushln(). */          int               overstep;     /* See termp_flushln(). */
           int               ti;           /* Temporary indent for one line. */
         int               skipvsp;      /* Vertical space to skip. */          int               skipvsp;      /* Vertical space to skip. */
         int               flags;          int               flags;
 #define TERMP_SENTENCE   (1 << 0)       /* Space before a sentence. */  #define TERMP_SENTENCE   (1 << 0)       /* Space before a sentence. */

Legend:
Removed from v.1.120  
changed lines
  Added in v.1.121

CVSweb