A headless terminal emulator (ANSI / VT100) in C89 with its Python wrapper.
Go to file
2011-09-22 09:24:21 +02:00
Makefile Clean API for vt100 almost OK 2011-09-22 09:22:04 +02:00
README Initial commit 2011-08-28 21:48:33 +02:00
term.c Reaming struct term_emul into struct terminal 2011-09-22 09:24:21 +02:00
term.h Reaming struct term_emul into struct terminal 2011-09-22 09:24:21 +02:00
test.c Clean API for vt100 almost OK 2011-09-22 09:22:04 +02:00
vt100.c Reaming struct term_emul into struct terminal 2011-09-22 09:24:21 +02:00
vt100.h Reaming struct term_emul into struct terminal 2011-09-22 09:24:21 +02:00

Trying to implement a library to emulate VT100.