Implement a control sequence parser #59
Labels
area: build
Issues related to the build system.
area: samples
Issues related to the sample projects.
area: sequences
Issues related to the control sequence APIs.
state: approved
Enhancements and tasks that have been approved.
Milestone
This should basically be a state machine that processes UTF-8 text and invokes handler methods when successfully processing sequences. This will be at the heart of all of our input processing and terminal state tracking.
Can draw inspiration from Windows Terminal: https://github.com/microsoft/terminal/tree/main/src/terminal/parser
The text was updated successfully, but these errors were encountered: