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

Diff for /mandoc/term.h between version 1.100 and 1.101

version 1.100, 2014/04/08 07:13:12 version 1.101, 2014/04/20 16:46:05
Line 111  void    term_newln(struct termp *);
Line 111  void    term_newln(struct termp *);
 void              term_vspace(struct termp *);  void              term_vspace(struct termp *);
 void              term_word(struct termp *, const char *);  void              term_word(struct termp *, const char *);
 void              term_flushln(struct termp *);  void              term_flushln(struct termp *);
 void              term_begin(struct termp *, term_margin,  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 *, const char *);  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 *,
                         const struct roffsu *);                          const struct roffsu *);

Legend:
Removed from v.1.100  
changed lines
  Added in v.1.101

CVSweb