descriptionparses input to terminals like the VT100 the way the real hardware would.
ownerjoshua@reverberate.org
last changeSat, 20 Oct 2007 16:14:50 +0000 (20 09:14 -0700)
content tags
add:
readme

Paul Williams did the hard work of figuring and documenting how DEC-compatible terminals respond to any stream of bytes you throw at them. He documented it (with a full state diagram) at http://vt100.net/emu/dec_ansi_parser. I just implemented it.

shortlog
2007-10-20 Joshua HabermanAdd Julian Scheid to credits, and add TODO note about... master
2007-10-19 Joshua HabermanUpdated README to reflect changes in the output of...
2007-10-19 Joshua HabermanGit rid of "Anywhere" state and instead seed real state...
2007-10-19 Joshua HabermanAdd include guards and 'extern "C"' for C++.
2007-10-19 Joshua HabermanStore number of intermediate chars explicitly, instead...
2007-10-18 Joshua HabermanCompile with -Wall.
2007-10-18 Joshua HabermanAdd makefile rule for building an optimized static...
2007-10-18 Joshua HabermanFix minor typos in a comment.
2007-10-18 Joshua HabermanInitial import.
heads
16 years ago master