hs-term-emulator
hs-term-emulator copied to clipboard
Terminal Emulator written in 100% Haskell
Results
2
hs-term-emulator issues
Sort by
recently updated
recently updated
newest added
The current parser is a bit adhoc and doesn't handle invalid escape sequences well. Here is a document that explains how to implement a proper parser using a state machine:...