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

Diff for /mandoc/term.h between version 1.127 and 1.129

version 1.127, 2017/06/12 19:05:47 version 1.129, 2017/06/17 14:55:30
Line 140  void    term_end(struct termp *);
Line 140  void    term_end(struct termp *);
   
 void              term_setwidth(struct termp *, const char *);  void              term_setwidth(struct termp *, const char *);
 int               term_hspan(const struct termp *, const struct roffsu *);  int               term_hspan(const struct termp *, const struct roffsu *);
   int               term_hen(const struct termp *, const struct roffsu *);
 int               term_vspan(const struct termp *, const struct roffsu *);  int               term_vspan(const struct termp *, const struct roffsu *);
 size_t            term_strlen(const struct termp *, const char *);  size_t            term_strlen(const struct termp *, const char *);
 size_t            term_len(const struct termp *, size_t);  size_t            term_len(const struct termp *, size_t);
   
 void              term_tab_set(const struct termp *, const char *);  void              term_tab_set(const struct termp *, const char *);
   void              term_tab_iset(size_t);
 size_t            term_tab_next(size_t);  size_t            term_tab_next(size_t);
   
 void              term_fontpush(struct termp *, enum termfont);  void              term_fontpush(struct termp *, enum termfont);

Legend:
Removed from v.1.127  
changed lines
  Added in v.1.129

CVSweb