diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-05-10 08:05:17 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-05-10 08:05:17 +0000 |
commit | bed4998695cb74458a9807c5d4904d4cafe6df51 (patch) | |
tree | 5fc5bf3cf422acc74a6c6223ac5c7295dffedba7 /term.h | |
parent | ec394264f288d5b965e81e12e6cbee8fb190ab13 (diff) | |
download | mandoc-bed4998695cb74458a9807c5d4904d4cafe6df51.tar.gz |
-man also now has unbound margins for literal context.
Diffstat (limited to 'term.h')
-rw-r--r-- | term.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. */ |