summaryrefslogtreecommitdiffstats
path: root/term.h
diff options
context:
space:
mode:
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 334d60ea..594329f1 100644
--- a/term.h
+++ b/term.h
@@ -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) \