=================================================================== RCS file: /cvs/mandoc/term.h,v retrieving revision 1.127 retrieving revision 1.129 diff -u -p -r1.127 -r1.129 --- mandoc/term.h 2017/06/12 19:05:47 1.127 +++ mandoc/term.h 2017/06/17 14:55:30 1.129 @@ -1,4 +1,4 @@ -/* $Id: term.h,v 1.127 2017/06/12 19:05:47 schwarze Exp $ */ +/* $Id: term.h,v 1.129 2017/06/17 14:55:30 schwarze Exp $ */ /* * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2011-2015, 2017 Ingo Schwarze @@ -140,11 +140,13 @@ void term_end(struct termp *); void term_setwidth(struct termp *, const char *); 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 *); size_t term_strlen(const struct termp *, const char *); size_t term_len(const struct termp *, size_t); void term_tab_set(const struct termp *, const char *); +void term_tab_iset(size_t); size_t term_tab_next(size_t); void term_fontpush(struct termp *, enum termfont);