A look at terminal emulators, part 1
A look at terminal emulators, part 1
Posted Mar 30, 2018 19:25 UTC (Fri) by jg (guest, #17537)Parent article: A look at terminal emulators, part 1
Venerable xterm is/was(?) unusual for having a proper ANSI terminal command parser, and so was able to pretty faithfully emulate VT100's/VT102's. I found out years later that someone in the DEC terminals group had donated code that he possibly/probably should not have.
Compliance to the ANSI standard is another axis on which terminal emulators should be judged. Doing it right is
important for application compatibility.
I don't know if the later generations of terminal emulators share that lineage (probably the only part of xterm I'd want to preserve if I was ever crazy enough to again deal with a terminal emulator; the history of xterm slightly *predates*
the X Window System itself).
- Jim
