summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;