Updated ANSI References (markdown)

Christian Duerr 2021-05-08 14:49:34 +00:00
parent 82b1d19952
commit acc464c182
1 changed files with 0 additions and 1 deletions

@ -1,7 +1,6 @@
Below is a fairly comprehensive list of ANSI references: Below is a fairly comprehensive list of ANSI references:
* A parser for DECs ANSI-compatible video terminals: http://vt100.net/emu/dec_ansi_parser * A parser for DECs ANSI-compatible video terminals: http://vt100.net/emu/dec_ansi_parser
* The Xterm source (considered a de-facto standard when it comes to escape sequences): https://github.com/joejulian/xterm
* Xterm control sequences: https://invisible-island.net/xterm/ctlseqs/ctlseqs.html * Xterm control sequences: https://invisible-island.net/xterm/ctlseqs/ctlseqs.html
* The TTY demystified - background information on TTYs: http://www.linusakesson.net/programming/tty/ * The TTY demystified - background information on TTYs: http://www.linusakesson.net/programming/tty/
* XTerm testing resources: https://systemundertest.org/xterm/ * XTerm testing resources: https://systemundertest.org/xterm/