Created
June 17, 2013 15:16
-
-
Save saitoha/5797703 to your computer and use it in GitHub Desktop.
Quick fix for iTerm2 continuous parsing bug on canonical parser.
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
| diff --git a/VT100Terminal.m b/VT100Terminal.m | |
| index dd67b60..c33dde9 100644 | |
| --- a/VT100Terminal.m | |
| +++ b/VT100Terminal.m | |
| @@ -751,7 +751,6 @@ static int getCSIParamCanonically(unsigned char *datap, | |
| return datap - orgp; | |
| cancel: | |
| - param->cmd = 0xff; | |
| return datap - orgp; | |
| } | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment