summaryrefslogtreecommitdiff
path: root/x11/rxvt
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>1999-06-14 17:43:45 +0000
committerhubertf <hubertf@pkgsrc.org>1999-06-14 17:43:45 +0000
commit925f60d25708ce715c254019994a6390369235b9 (patch)
treee7ee0721b5f3bcf41787ab608341a4db0332d315 /x11/rxvt
parent73f97faf33d5707c626feebad384699c6b0bd605 (diff)
downloadpkgsrc-925f60d25708ce715c254019994a6390369235b9.tar.gz
Speed up some things, supplied by gcw@rxvt.org
Diffstat (limited to 'x11/rxvt')
-rw-r--r--x11/rxvt/patches/patch-ac11
1 files changed, 11 insertions, 0 deletions
diff --git a/x11/rxvt/patches/patch-ac b/x11/rxvt/patches/patch-ac
new file mode 100644
index 00000000000..d20ae4471c7
--- /dev/null
+++ b/x11/rxvt/patches/patch-ac
@@ -0,0 +1,11 @@
+--- src/command.c.orig Thu Jun 3 15:17:09 1999
++++ src/command.c Mon Jun 14 19:13:23 1999
+@@ -1589,7 +1589,7 @@
+ unsigned char
+ cmd_getc(void)
+ {
+-#define TIMEOUT_USEC 50000
++#define TIMEOUT_USEC 5000
+ fd_set readfds;
+ int retval;
+ int quick_timeout;