10
I Use This!
Very Low Activity

Commits : Listings

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