summaryrefslogtreecommitdiffstats
path: root/term.h
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-02-25 13:30:53 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-02-25 13:30:53 +0000
commit4d021113ebf58cd7c14d5296060c615c99450f9c (patch)
treec730feffc38ab970487d7f8010a8d044f189cdc0 /term.h
parent3591841468d0e60204416fa1ff53ed7c28ad88c4 (diff)
downloadmandoc-4d021113ebf58cd7c14d5296060c615c99450f9c.tar.gz
Support for nested lists added.
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 9e850495..334d60ea 100644
--- a/term.h
+++ b/term.h
@@ -45,6 +45,7 @@ struct termpair {
#define TERMPAIR_FLAG (1 << 0)
int flag;
size_t offset;
+ size_t rmargin;
};
#define TERMPAIR_SETFLAG(p, fl) \