Raffaello / sdl2-vga-terminal

SDL2 VGA Terminal
MIT License
6 stars 1 forks source link

VT100 control codes. #184

Open Raffaello opened 2 years ago

Raffaello commented 2 years ago

implementation of vt100 control codes? requires to parse input and and an escape char.

Raffaello commented 2 years ago

https://invisible-island.net/xterm/ctlseqs/ctlseqs.txt

Raffaello commented 2 years ago

https://github.com/adoxa/ansicon

GitHub
GitHub - adoxa/ansicon: Process ANSI escape sequences for Windows console programs.
Process ANSI escape sequences for Windows console programs. - GitHub - adoxa/ansicon: Process ANSI escape sequences for Windows console programs.
Raffaello commented 2 years ago

https://docs.microsoft.com/en-us/windows/console/console-virtual-terminal-sequences?redirectedfrom=MSDN

Console Virtual Terminal Sequences - Windows Console
Virtual terminal sequences are control character sequences that can control cursor movement, color/font mode, and other operations when written to the output stream.
Raffaello commented 2 years ago

https://vt100.net/docs/vt100-ug/chapter3.html

Digital VT100 User Guide: Programmer Information