10
I Use This!
Very Low Activity

Commits : Listings

Analyzed 43 minutes ago. based on code collected about 5 hours ago.
Apr 28, 2023 — Apr 28, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add general dispatcher for CSI and escape functions More... about 13 years ago
Renamed ActionState to Dispatcher More... about 13 years ago
Abstract cursor movement More... about 13 years ago
Refactor in progress for more modular terminal More... about 13 years ago
First stab at modularizing (broken build) More... about 13 years ago
Improvements to debugging printout of unhandled actions More... over 13 years ago
Improve handling of Unicode edge cases More... over 13 years ago
Cleanup: consolidate swrite More... over 13 years ago
Fix bug in state diagram More... over 13 years ago
Handles DEC alignment and intermediate chars, sends "unhandled" acts to debug fd More... over 13 years ago
Now can send debugging info (actions) to separate tty More... over 13 years ago
Implement DA (device attributes), including writeback to host More... over 13 years ago
Implement ED (clear screen) More... over 13 years ago
Handle cursor position (CUP) More... over 13 years ago
Support wide characters and combining characters More... over 13 years ago
Basic CSI functions More... over 13 years ago
Support some executes (LF, CR, BS+rubout) More... over 13 years ago
Support "Print" action. More... over 13 years ago
Simple actions dispatching on terminal emulator More... over 13 years ago
Fix UTF-8 decoding routine to comply with Unicode standard More... over 13 years ago
Initial terminal emulation sketch More... over 13 years ago
Move UTF-8 code inside class More... over 13 years ago
Don't print literal char in debugging output More... over 13 years ago
Make Action abstract base class More... over 13 years ago
Screen out Ignore actions More... over 13 years ago
Clean up code More... over 13 years ago
Replace Action with Action* so can be polymorphic More... over 13 years ago
Add templates.cpp More... over 13 years ago
Credit More... over 13 years ago
Assert wchar_t is Unicode (ISO 10646) More... over 13 years ago