diff options
author | hubertf <hubertf> | 1999-06-14 17:43:45 +0000 |
---|---|---|
committer | hubertf <hubertf> | 1999-06-14 17:43:45 +0000 |
commit | 9ae13d165e8e7f841acb2cd9b3af16c4efe3b75e (patch) | |
tree | e7ee0721b5f3bcf41787ab608341a4db0332d315 /x11/rxvt | |
parent | 4d0e3662a337d5568e6a8bdced0096c11535c760 (diff) | |
download | pkgsrc-9ae13d165e8e7f841acb2cd9b3af16c4efe3b75e.tar.gz |
Speed up some things, supplied by gcw@rxvt.org
Diffstat (limited to 'x11/rxvt')
-rw-r--r-- | x11/rxvt/patches/patch-ac | 11 |
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; |