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

Diff for /mandoc/term.h between version 1.119 and 1.120

version 1.119, 2017/05/04 22:16:09 version 1.120, 2017/05/07 17:31:45
Line 64  struct termp {
Line 64  struct termp {
         size_t            maxrmargin;   /* Max right margin. */          size_t            maxrmargin;   /* Max right margin. */
         size_t            maxcols;      /* Max size of buf. */          size_t            maxcols;      /* Max size of buf. */
         size_t            offset;       /* Margin offest. */          size_t            offset;       /* Margin offest. */
         size_t            tabwidth;     /* Distance of tab positions. */  
         size_t            col;          /* Bytes in buf. */          size_t            col;          /* Bytes in buf. */
         size_t            viscol;       /* Chars on current line. */          size_t            viscol;       /* Chars on current line. */
         size_t            trailspace;   /* See termp_flushln(). */          size_t            trailspace;   /* See termp_flushln(). */
Line 129  int    term_hspan(const struct termp *, const struct r
Line 128  int    term_hspan(const struct termp *, const struct r
 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 *);
   size_t            term_tab_next(size_t);
   
 void              term_fontpush(struct termp *, enum termfont);  void              term_fontpush(struct termp *, enum termfont);
 void              term_fontpop(struct termp *);  void              term_fontpop(struct termp *);

Legend:
Removed from v.1.119  
changed lines
  Added in v.1.120

CVSweb