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

Diff for /mandoc/term.h between version 1.93 and 1.94

version 1.93, 2013/08/08 20:07:47 version 1.94, 2013/08/21 21:20:40
Line 58  struct termp {
Line 58  struct termp {
         size_t            defrmargin;   /* Right margin of the device. */          size_t            defrmargin;   /* Right margin of the device. */
         size_t            rmargin;      /* Current right margin. */          size_t            rmargin;      /* Current right margin. */
         size_t            maxrmargin;   /* Max right margin. */          size_t            maxrmargin;   /* Max right margin. */
         int               maxcols;      /* Max size of buf. */          size_t            maxcols;      /* Max size of buf. */
         size_t            offset;       /* Margin offest. */          size_t            offset;       /* Margin offest. */
         size_t            tabwidth;     /* Distance of tab positions. */          size_t            tabwidth;     /* Distance of tab positions. */
         int               col;          /* Bytes in buf. */          size_t            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               skipvsp;      /* Vertical space to skip. */

Legend:
Removed from v.1.93  
changed lines
  Added in v.1.94

CVSweb