summaryrefslogtreecommitdiffstatshomepage
path: root/term.h
diff options
context:
space:
mode:
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) \