summaryrefslogtreecommitdiffstats
path: root/term.h
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-05-10 08:05:17 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-05-10 08:05:17 +0000
commitbed4998695cb74458a9807c5d4904d4cafe6df51 (patch)
tree5fc5bf3cf422acc74a6c6223ac5c7295dffedba7 /term.h
parentec394264f288d5b965e81e12e6cbee8fb190ab13 (diff)
downloadmandoc-bed4998695cb74458a9807c5d4904d4cafe6df51.tar.gz
-man also now has unbound margins for literal context.
Diffstat (limited to 'term.h')
-rw-r--r--term.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/term.h b/term.h
index 865bf4d4..f048e091 100644
--- a/term.h
+++ b/term.h
@@ -29,6 +29,8 @@ enum termfont {
TERMFONT_UNDER
};
+#define TERM_MAXMARGIN 100000 /* FIXME */
+
struct termp {
size_t rmargin; /* Current right margin. */
size_t maxrmargin; /* Max right margin. */