summaryrefslogtreecommitdiffstats
path: root/abs/extra/screen/screen-4.0.3-caption-colors.patch
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2011-11-01 21:43:10 (GMT)
committerJames Meyer <james.meyer@operamail.com>2011-11-01 21:43:10 (GMT)
commita699c26ba6ce8c969fa3961bc02f65bd53aca999 (patch)
tree5613d08ed90bbb2f68aece6d1c4aa7b8e4c230f5 /abs/extra/screen/screen-4.0.3-caption-colors.patch
parent88894761addea4ab33c6109f62ddd6ac398c8415 (diff)
downloadlinhes_pkgbuild-a699c26ba6ce8c969fa3961bc02f65bd53aca999.zip
linhes_pkgbuild-a699c26ba6ce8c969fa3961bc02f65bd53aca999.tar.gz
linhes_pkgbuild-a699c26ba6ce8c969fa3961bc02f65bd53aca999.tar.bz2
screen: 4.0.3 adding it back to the repo
Diffstat (limited to 'abs/extra/screen/screen-4.0.3-caption-colors.patch')
-rw-r--r--abs/extra/screen/screen-4.0.3-caption-colors.patch21
1 files changed, 21 insertions, 0 deletions
diff --git a/abs/extra/screen/screen-4.0.3-caption-colors.patch b/abs/extra/screen/screen-4.0.3-caption-colors.patch
new file mode 100644
index 0000000..c92cb0c
--- /dev/null
+++ b/abs/extra/screen/screen-4.0.3-caption-colors.patch
@@ -0,0 +1,21 @@
+From e6a28cf8bfdac15faa6c267bf476ddcaddf48d67 Mon Sep 17 00:00:00 2001
+From: Sadrul Habib Chowdhury <sadrul@users.sourceforge.net>
+Date: Tue, 26 Jan 2010 20:17:26 +0000
+Subject: Accommodate more color changes in the caption.
+
+---
+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;
+--
+cgit v0.8.3.4