A headless terminal emulator (ANSI / VT100) in C89 with its Python wrapper.
Go to file
2011-09-10 20:59:01 +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 Tested and works with top 2011-09-01 00:12:25 +02:00
vt100.c Now parsing the ? in \033[?... 2011-09-10 20:59:01 +02:00
vt100.h Now parsing the ? in \033[?... 2011-09-10 20:59:01 +02:00

Trying to implement a library to emulate VT100.