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

Diff for /mandoc/term.h between version 1.114 and 1.115

version 1.114, 2015/04/29 18:35:00 version 1.115, 2015/07/17 22:38:29
Line 53  struct termp {
Line 53  struct termp {
         struct rofftbl    tbl;          /* table configuration */          struct rofftbl    tbl;          /* table configuration */
         int               synopsisonly; /* print the synopsis only */          int               synopsisonly; /* print the synopsis only */
         int               mdocstyle;    /* imitate mdoc(7) output */          int               mdocstyle;    /* imitate mdoc(7) output */
           size_t            line;         /* Current output line number. */
         size_t            defindent;    /* Default indent for text. */          size_t            defindent;    /* Default indent for text. */
         size_t            defrmargin;   /* Right margin of the device. */          size_t            defrmargin;   /* Right margin of the device. */
         size_t            lastrmargin;  /* Right margin before the last ll. */          size_t            lastrmargin;  /* Right margin before the last ll. */

Legend:
Removed from v.1.114  
changed lines
  Added in v.1.115

CVSweb