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

Diff for /mandoc/term.h between version 1.81 and 1.82

version 1.81, 2011/05/14 17:54:42 version 1.82, 2011/05/14 18:15:20
Line 82  struct termp {
Line 82  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. */
         size_t            maxcols;      /* Max size of buf. */          int               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. */
         size_t            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               flags;          int               flags;

Legend:
Removed from v.1.81  
changed lines
  Added in v.1.82

CVSweb