diff options
author | Phil Blundell <philb@gnu.org> | 2004-11-23 12:07:49 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-11-23 12:07:49 +0000 |
commit | d29129b9b551b648c964d725175a2c42a3edc5dd (patch) | |
tree | 854296330fd162ac11a66135cc5ffad0051a54a6 /rxvt-unicode/rxvt-unicode-3.7 | |
parent | 3b0a4379cdcf718ca0c02958aa0278ee21dfd86c (diff) |
update rxvt-unicode to 4.1
BKrev: 41a32815BTjFLo-m-y6q2-dJXtPaog
Diffstat (limited to 'rxvt-unicode/rxvt-unicode-3.7')
-rw-r--r-- | rxvt-unicode/rxvt-unicode-3.7/signedchar.patch | 16 | ||||
-rw-r--r-- | rxvt-unicode/rxvt-unicode-3.7/xwc.patch | 14 |
2 files changed, 0 insertions, 30 deletions
diff --git a/rxvt-unicode/rxvt-unicode-3.7/signedchar.patch b/rxvt-unicode/rxvt-unicode-3.7/signedchar.patch deleted file mode 100644 index 646a67bd33..0000000000 --- a/rxvt-unicode/rxvt-unicode-3.7/signedchar.patch +++ /dev/null @@ -1,16 +0,0 @@ - -# -# 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) - { diff --git a/rxvt-unicode/rxvt-unicode-3.7/xwc.patch b/rxvt-unicode/rxvt-unicode-3.7/xwc.patch deleted file mode 100644 index 24bdfbc554..0000000000 --- a/rxvt-unicode/rxvt-unicode-3.7/xwc.patch +++ /dev/null @@ -1,14 +0,0 @@ ---- rxvt-unicode-3.1/src/screen.C~ 2004-06-21 20:56:06.000000000 +0100 -+++ rxvt-unicode-3.1/src/screen.C 2004-06-27 18:16:38.000000000 +0100 -@@ -3473,9 +3473,11 @@ - - // Xwc doesn't handle iso-10646 in wchar_t gracefully, so maybe recode it - // manually for XUTF8StringStyle. -+#ifdef HAVE_XWC - if (XwcTextListToTextProperty (display->display, &cl, 1, style, &ct) >= 0) - freect = 1; - else -+#endif - { - /* if we failed to convert then send it raw */ - ct.value = (unsigned char *)cl; |