summaryrefslogtreecommitdiffstats
path: root/term.h
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-03-23 12:42:22 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-03-23 12:42:22 +0000
commitb91ebfead4e5c9a7e1474e1ed5347724613df9d6 (patch)
tree51be4532c14e9004fcbf1431249109077d775ac0 /term.h
parent664c21875228ae7f241f792abcc521bc64e42067 (diff)
downloadmandoc-b91ebfead4e5c9a7e1474e1ed5347724613df9d6.tar.gz
Fixed two very subtle bugs in retaining overstep and maxrmargin widths between parse sequences.
Diffstat (limited to 'term.h')
-rw-r--r--term.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/term.h b/term.h
index 2cee1723..865bf4d4 100644
--- a/term.h
+++ b/term.h
@@ -35,6 +35,7 @@ struct termp {
size_t maxcols; /* Max size of buf. */
size_t offset; /* Margin offest. */
size_t col; /* Bytes in buf. */
+ int overstep; /* See termp_flushln(). */
int flags;
#define TERMP_NOSPACE (1 << 2) /* No space before words. */
#define TERMP_NOLPAD (1 << 3) /* See term_flushln(). */