TermEmulator
TermEmulator copied to clipboard
A pure python module for emulating V100 terminal. It supports most of important escape sequences like cursor positioning, graphics rendition and etc. A demo(requires wxPython) also included which emul...
Results
2
TermEmulator issues
Sort by
recently updated
recently updated
newest added
I think the code is using the wrong value for CSI. The code lists it as 153, but the following documents list it as 155. https://man7.org/linux/man-pages/man4/console_codes.4.html ``` CSI (0x9B) is...
need requirements.txt to install dependencies