- Nov 05, 2017
-
-
George Nachman authored
-
- Jun 14, 2016
-
-
Feram authored
-
- Jan 03, 2016
-
-
aljex authored
Add support for ENQ answerback string. You can set the answerback in the Terminal profiles prefs, or via applescript. ^E will cause the terminal to send the answerback string.
-
- Feb 21, 2015
-
-
George Nachman authored
-
- Nov 15, 2014
-
-
George Nachman authored
Fix bug where advanceAndEatControlChars would go one past the end of the array, sometimes causing UNKONWNCHAR to be returned due to a cancellation from a stray ESC after the end of the valid data.
-
- Nov 10, 2014
-
-
George Nachman authored
-
- Nov 08, 2014
-
-
George Nachman authored
-
- Oct 10, 2014
-
-
George Nachman authored
Add support for CSI E and CSI F (cursor next line, cursor preceding line) that move the cursor up or down and to the left margin. Not sure how this went unnoticed for so long.
-
- Sep 21, 2014
-
-
George Nachman authored
Move source into sources/ directory. Delete a few unused images in the process and fix a reference to an Aqua image in FindView
-
- Mar 06, 2014
-
-
George Nachman authored
-
George Nachman authored
Add optimizations for ascii strings, plus various other smaller optimizations. Fix warnings. Fix a few bugs. Make thread save data when the terminal needs raw data for clipboard copying instead of passing possibly dangling pointers in token.position. Update architectures for test target.
-
- Mar 05, 2014
-
-
George Nachman authored
-
- Mar 02, 2014
-
-
George Nachman authored
-