summaryrefslogtreecommitdiffstatshomepage
path: root/term.h
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-02-25 15:12:26 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-02-25 15:12:26 +0000
commit1961c1d89494c7fce047f0bc339a5feae46efc7d (patch)
tree834ebe221903ccd548273183097108f2269d5864 /term.h
parentf633d3ad738687c0ad18d8ce9fb451cdffce7a3c (diff)
downloadmandoc-1961c1d89494c7fce047f0bc339a5feae46efc7d.tar.gz
mandoc-1961c1d89494c7fce047f0bc339a5feae46efc7d.tar.zst
mandoc-1961c1d89494c7fce047f0bc339a5feae46efc7d.zip
Added [almost] all list types.
Diffstat (limited to 'term.h')
-rw-r--r--term.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/term.h b/term.h
index 0b5e0d9c..297632cb 100644
--- a/term.h
+++ b/term.h
@@ -1,4 +1,4 @@
-/* $Id: term.h,v 1.8 2009/02/25 13:30:53 kristaps Exp $ */
+/* $Id: term.h,v 1.9 2009/02/25 15:12:26 kristaps Exp $ */
/*
* Copyright (c) 2008 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -41,11 +41,13 @@ struct termp {
};
struct termpair {
+ struct termpair *ppair;
int type;
#define TERMPAIR_FLAG (1 << 0)
int flag;
size_t offset;
size_t rmargin;
+ int count;
};
#define TERMPAIR_SETFLAG(p, fl) \