A headless terminal emulator (ANSI / VT100) in C89 with its Python wrapper.
Go to file
2011-09-19 22:41:37 +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 Separation of term and vt100, season 1 episode 3 2011-09-19 22:41:37 +02:00
term.h Separation of term and vt100, season 1 episode 3 2011-09-19 22:41:37 +02:00
test.c Separation of term and vt100, season 1 episode 3 2011-09-19 22:41:37 +02:00

Trying to implement a library to emulate VT100.