summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSadrul Habib Chowdhury <sadrul@users.sourceforge.net>2010-01-26 15:17:26 -0500
committerSadrul Habib Chowdhury <sadrul@users.sourceforge.net>2010-01-26 15:17:26 -0500
commite6a28cf8bfdac15faa6c267bf476ddcaddf48d67 (patch)
tree12e9664a389b95373b13a89c86ec6369411bf142
parentf33e5cdecb7bf3b6ae8e4a5c0ca394dd5a06a416 (diff)
downloadscreen-e6a28cf8bfdac15faa6c267bf476ddcaddf48d67.tar.gz
Accommodate more color changes in the caption.
-rw-r--r--src/screen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screen.c b/src/screen.c
index b1c3dfb..2cceae0 100644
--- a/src/screen.c
+++ b/src/screen.c
@@ -2204,7 +2204,7 @@ static const char months[] = "JanFebMarAprMayJunJulAugSepOctNovDec";
#endif
static char winmsg_buf[MAXSTR];
-#define MAX_WINMSG_REND 16 /* rendition changes */
+#define MAX_WINMSG_REND 256 /* rendition changes */
static int winmsg_rend[MAX_WINMSG_REND];
static int winmsg_rendpos[MAX_WINMSG_REND];
static int winmsg_numrend;