-
- Downloads
Refactor the CSI parser and add a suite of automatic unit tests to measure xterm compatibility.
Showing
- .gitignore 1 addition, 0 deletions.gitignore
- iTerm2.xcodeproj/project.pbxproj 6 additions, 0 deletionsiTerm2.xcodeproj/project.pbxproj
- sources/FileTransferManager.m 12 additions, 14 deletionssources/FileTransferManager.m
- sources/VT100AnsiParser.h 1 addition, 1 deletionsources/VT100AnsiParser.h
- sources/VT100AnsiParser.m 1 addition, 1 deletionsources/VT100AnsiParser.m
- sources/VT100CSIParser.h 5 additions, 9 deletionssources/VT100CSIParser.h
- sources/VT100CSIParser.m 432 additions, 427 deletionssources/VT100CSIParser.m
- sources/VT100CSIParserTest.m 337 additions, 1 deletionsources/VT100CSIParserTest.m
- sources/VT100ControlParser.m 6 additions, 6 deletionssources/VT100ControlParser.m
- sources/VT100DCSParser.h 1 addition, 1 deletionsources/VT100DCSParser.h
- sources/VT100DCSParser.m 2 additions, 2 deletionssources/VT100DCSParser.m
- sources/VT100OtherParser.m 3 additions, 3 deletionssources/VT100OtherParser.m
- sources/VT100Output.h 1 addition, 0 deletionssources/VT100Output.h
- sources/VT100Output.m 7 additions, 0 deletionssources/VT100Output.m
- sources/VT100Screen.m 31 additions, 0 deletionssources/VT100Screen.m
- sources/VT100Terminal.m 108 additions, 15 deletionssources/VT100Terminal.m
- sources/VT100TerminalDelegate.h 7 additions, 1 deletionsources/VT100TerminalDelegate.h
- sources/VT100Token.h 3 additions, 27 deletionssources/VT100Token.h
- sources/VT100Token.m 2 additions, 6 deletionssources/VT100Token.m
- sources/VT100XtermParser.h 1 addition, 1 deletionsources/VT100XtermParser.h
This diff is collapsed.
Please register or sign in to comment