aboutsummaryrefslogtreecommitdiffstats
path: root/rxvt-unicode/rxvt-unicode-3.7/signedchar.patch
diff options
context:
space:
mode:
Diffstat (limited to 'rxvt-unicode/rxvt-unicode-3.7/signedchar.patch')
-rw-r--r--rxvt-unicode/rxvt-unicode-3.7/signedchar.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/rxvt-unicode/rxvt-unicode-3.7/signedchar.patch b/rxvt-unicode/rxvt-unicode-3.7/signedchar.patch
index e69de29bb2..646a67bd33 100644
--- a/rxvt-unicode/rxvt-unicode-3.7/signedchar.patch
+++ b/rxvt-unicode/rxvt-unicode-3.7/signedchar.patch
@@ -0,0 +1,16 @@
+
+#
+# Patch managed by http://www.holgerschurig.de/patcher.html
+#
+
+--- rxvt-unicode-3.7/src/command.C~signedchar
++++ rxvt-unicode-3.7/src/command.C
+@@ -1831,7 +1831,7 @@
+ #endif /* NO_SCROLLBAR_REPORT */
+
+ {
+- char upordown = 0;
++ signed char upordown = 0;
+
+ if (scrollBar.style == R_SB_NEXT)
+ {