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

Diff for /mandoc/term.h between version 1.110 and 1.111

version 1.110, 2014/12/23 13:48:57 version 1.111, 2015/01/31 00:12:41
Line 126  int    term_vspan(const struct termp *, const struct r
Line 126  int    term_vspan(const struct termp *, const struct r
 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);
   
 const enum termfont *term_fontq(struct termp *);  
 void              term_fontpush(struct termp *, enum termfont);  void              term_fontpush(struct termp *, enum termfont);
 void              term_fontpop(struct termp *);  void              term_fontpop(struct termp *);
 void              term_fontpopq(struct termp *, const enum termfont *);  void              term_fontpopq(struct termp *, int);
 void              term_fontrepl(struct termp *, enum termfont);  void              term_fontrepl(struct termp *, enum termfont);
 void              term_fontlast(struct termp *);  void              term_fontlast(struct termp *);
   

Legend:
Removed from v.1.110  
changed lines
  Added in v.1.111

CVSweb