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

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

version 1.70, 2010/06/30 12:27:55 version 1.71, 2010/06/30 12:30:36
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 *,          double          (*hspan)(const struct termp *,
                                 const struct roffsu *);                                  const struct roffsu *);
         const void       *argf;         /* arg for headf/footf */          const void       *argf;         /* arg for headf/footf */
         union {          union {

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

CVSweb