A headless terminal emulator (ANSI / VT100) in C89 with its Python wrapper.
Go to file
2011-09-11 15:56:21 +02:00
Makefile Building a test... that seems to work 2011-08-31 09:00:24 +02:00
README Initial commit 2011-08-28 21:48:33 +02:00
test.c Mode DECCOLM: Done 2011-09-11 15:56:21 +02:00
vt100.c Adding an 'unimplemented' handler to log unimplemented escape sequences. 2011-09-11 15:27:40 +02:00
vt100.h Adding an 'unimplemented' handler to log unimplemented escape sequences. 2011-09-11 15:27:40 +02:00

Trying to implement a library to emulate VT100.