Created
September 28, 2012 14:46
-
-
Save saitoha/3800311 to your computer and use it in GitHub Desktop.
Fix timeout for DSR-CPR for mined
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Binary files a/src/.mined1.c.un~ and b/src/.mined1.c.un~ differ | |
| diff -urN a/src/mined1.c b/src/mined1.c | |
| --- a/src/mined1.c 2012-09-28 23:43:29.000000000 +0900 | |
| +++ b/src/mined1.c 2012-09-28 23:42:59.000000000 +0900 | |
| @@ -1340,7 +1340,7 @@ | |
| terminal lines can be acquired but the user delay on a | |
| terminal that doesn't respond at all remains acceptable. | |
| */ | |
| -static int escape_delay = 0; /* wait to detect escape sequence */ | |
| +static int escape_delay = 30; /* wait to detect escape sequence */ | |
| #ifdef vms | |
| static int default_escape_delay = 2000; /* overridden by $ESCDELAY */ | |
| #else |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment