A headless terminal emulator (ANSI / VT100) in C89 with its Python wrapper.
Go to file
Julien Palard 0c418c2379 FIX: margin problem fixed
FIX: Now parse escape chars embed in escape sequences
2011-09-15 20:57:04 +02:00
Makefile Adding support for flymake-mode to the makefile via the check-syntax rule 2011-09-11 23:37:13 +02:00
README Initial commit 2011-08-28 21:48:33 +02:00
test.c FIX: margin problem fixed 2011-09-15 20:57:04 +02:00
vt100.c FIX: margin problem fixed 2011-09-15 20:57:04 +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.