You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think it would be nice to include a terminal emulator (basically an interpreter for ANSI escape sequences) in this repository as well. Something along the lines of https://github.com/selectel/pyte for example.
This would enable testing zig libraries and applications which use ANSI escape sequences for correct display without requiring a "real" terminal emulator like xterm and manually checking the output. Maybe this can even help in developing "real" full-featured terminal emulators.
The text was updated successfully, but these errors were encountered:
I think it would be nice to include a terminal emulator (basically an interpreter for ANSI escape sequences) in this repository as well. Something along the lines of https://github.com/selectel/pyte for example.
This would enable testing zig libraries and applications which use ANSI escape sequences for correct display without requiring a "real" terminal emulator like
xterm
and manually checking the output. Maybe this can even help in developing "real" full-featured terminal emulators.The text was updated successfully, but these errors were encountered: