aboutsummaryrefslogtreecommitdiffstatshomepage
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
commitf633d3ad738687c0ad18d8ce9fb451cdffce7a3c (patch)
tree49c59391a2d0a85a6c4e927d44939ab51b819cc5 /term.h
parentf79712a542f0e0ad60ca7f59357570d33dca7b24 (diff)
downloadmandoc-f633d3ad738687c0ad18d8ce9fb451cdffce7a3c.tar.gz
mandoc-f633d3ad738687c0ad18d8ce9fb451cdffce7a3c.tar.zst
mandoc-f633d3ad738687c0ad18d8ce9fb451cdffce7a3c.zip
Support for nested lists added.
Diffstat (limited to 'term.h')
-rw-r--r--term.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/term.h b/term.h
index 2bc6e9c2..0b5e0d9c 100644
--- a/term.h
+++ b/term.h
@@ -1,4 +1,4 @@
-/* $Id: term.h,v 1.7 2009/02/25 12:27:37 kristaps Exp $ */
+/* $Id: term.h,v 1.8 2009/02/25 13:30:53 kristaps Exp $ */
/*
* Copyright (c) 2008 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -45,6 +45,7 @@ struct termpair {
#define TERMPAIR_FLAG (1 << 0)
int flag;
size_t offset;
+ size_t rmargin;
};
#define TERMPAIR_SETFLAG(p, fl) \