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

Diff for /mandoc/term.h between version 1.69 and 1.70

version 1.69, 2010/06/30 11:45:21 version 1.70, 2010/06/30 12:27:55
Line 103  struct termp {
Line 103  struct termp {
         void            (*endline)(struct termp *);          void            (*endline)(struct termp *);
         void            (*advance)(struct termp *, size_t);          void            (*advance)(struct termp *, size_t);
         size_t          (*width)(const struct termp *, char);          size_t          (*width)(const struct termp *, char);
           size_t          (*hspan)(const struct termp *,
                                   const struct roffsu *);
         const void       *argf;         /* arg for headf/footf */          const void       *argf;         /* arg for headf/footf */
         union {          union {
                 struct termp_ps ps;                  struct termp_ps ps;

Legend:
Removed from v.1.69  
changed lines
  Added in v.1.70

CVSweb