A headless terminal emulator (ANSI / VT100) in C89 with its Python wrapper.
Go to file
2011-09-17 13:27:28 +02:00
Makefile renaming vt100.c to term.c cause it's not specific ... 2011-09-17 13:27:28 +02:00
README Initial commit 2011-08-28 21:48:33 +02:00
term.c renaming vt100.c to term.c cause it's not specific ... 2011-09-17 13:27:28 +02:00
term.h renaming vt100.c to term.c cause it's not specific ... 2011-09-17 13:27:28 +02:00
test.c renaming vt100.c to term.c cause it's not specific ... 2011-09-17 13:27:28 +02:00

Trying to implement a library to emulate VT100.