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

Diff for /mandoc/term.h between version 1.112 and 1.113

version 1.112, 2015/04/02 23:48:20 version 1.113, 2015/04/04 17:47:18
Line 95  struct termp {
Line 95  struct termp {
         void            (*end)(struct termp *);          void            (*end)(struct termp *);
         void            (*endline)(struct termp *);          void            (*endline)(struct termp *);
         void            (*advance)(struct termp *, size_t);          void            (*advance)(struct termp *, size_t);
         void            (*setwidth)(struct termp *, int, size_t);          void            (*setwidth)(struct termp *, int, int);
         size_t          (*width)(const struct termp *, int);          size_t          (*width)(const struct termp *, int);
         double          (*hspan)(const struct termp *,          int             (*hspan)(const struct termp *,
                                 const struct roffsu *);                                  const struct roffsu *);
         const void       *argf;         /* arg for headf/footf */          const void       *argf;         /* arg for headf/footf */
         struct termp_ps  *ps;          struct termp_ps  *ps;

Legend:
Removed from v.1.112  
changed lines
  Added in v.1.113

CVSweb