summaryrefslogtreecommitdiffstats
path: root/term.h
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-06-30 12:30:36 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-06-30 12:30:36 +0000
commit1c345c57d0409711abb1ac63246e87a2cb57326f (patch)
treef7f075ebf1e7cb725e0d9b9cdd61665b708b4bf4 /term.h
parent38931802fd8955ea9a7423f1a83b5578eaa9314e (diff)
downloadmandoc-1c345c57d0409711abb1ac63246e87a2cb57326f.tar.gz
Pushed normalisation of scaling units into term_hspan().
Diffstat (limited to 'term.h')
-rw-r--r--term.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/term.h b/term.h
index a884ccad..755b6b95 100644
--- a/term.h
+++ b/term.h
@@ -103,7 +103,7 @@ struct termp {
void (*endline)(struct termp *);
void (*advance)(struct termp *, size_t);
size_t (*width)(const struct termp *, char);
- size_t (*hspan)(const struct termp *,
+ double (*hspan)(const struct termp *,
const struct roffsu *);
const void *argf; /* arg for headf/footf */
union {