A headless terminal emulator (ANSI / VT100) in C89 with its Python wrapper.
Go to file
2011-09-27 10:35:37 +02:00
Makefile Adding a shell script to run test and compiling as a shared library 2011-09-27 10:35:37 +02:00
README Initial commit 2011-08-28 21:48:33 +02:00
run_tests.sh Adding a shell script to run test and compiling as a shared library 2011-09-27 10:35:37 +02:00
terminal_vt100.c s/vt100_dump/vt100_getlines/g 2011-09-23 21:56:11 +02:00
terminal_vt100.h s/vt100_dump/vt100_getlines/g 2011-09-23 21:56:11 +02:00
terminal.c Clean free on malloc failure and providing _destruct methods 2011-09-23 21:54:57 +02:00
terminal.h Clean free on malloc failure and providing _destruct methods 2011-09-23 21:54:57 +02:00
test.c Simplification of includes 2011-09-23 21:57:01 +02:00
vt100_headless.c Simplification of includes 2011-09-23 21:57:01 +02:00
vt100_headless.h Simplification of includes 2011-09-23 21:57:01 +02:00

Trying to implement a library to emulate VT100.