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

Diff for /mandoc/term.h between version 1.98 and 1.99

version 1.98, 2014/03/30 19:47:48 version 1.99, 2014/03/30 21:28:01
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 *, size_t);          void            (*setwidth)(struct termp *, int, size_t);
         size_t          (*width)(const struct termp *, int);          size_t          (*width)(const struct termp *, int);
         double          (*hspan)(const struct termp *,          double          (*hspan)(const struct termp *,
                                 const struct roffsu *);                                  const struct roffsu *);
Line 114  void    term_begin(struct termp *, term_margin, 
Line 114  void    term_begin(struct termp *, term_margin, 
                         term_margin, const void *);                          term_margin, const void *);
 void              term_end(struct termp *);  void              term_end(struct termp *);
   
 void              term_setwidth(struct termp *, size_t);  void              term_setwidth(struct termp *, const char *);
 size_t            term_hspan(const struct termp *,  size_t            term_hspan(const struct termp *,
                         const struct roffsu *);                          const struct roffsu *);
 size_t            term_vspan(const struct termp *,  size_t            term_vspan(const struct termp *,

Legend:
Removed from v.1.98  
changed lines
  Added in v.1.99

CVSweb