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 865bf4d4..f048e091 100644
--- a/term.h
+++ b/term.h
@@ -29,6 +29,8 @@ enum termfont {
TERMFONT_UNDER
};
+#define TERM_MAXMARGIN 100000 /* FIXME */
+
struct termp {
size_t rmargin; /* Current right margin. */
size_t maxrmargin; /* Max right margin. */