A headless terminal emulator (ANSI / VT100) in C89 with its Python wrapper.
Go to file
2011-09-22 20:14:43 +02:00
Makefile Refactoring test.c 2011-09-22 20:14:43 +02:00
README Initial commit 2011-08-28 21:48:33 +02:00
terminal.c A bit of renaming (term -> terminal) 2011-09-22 19:43:46 +02:00
terminal.h A bit of renaming (term -> terminal) 2011-09-22 19:43:46 +02:00
test.c Refactoring test.c 2011-09-22 20:14:43 +02:00
vt100_headless.c Adding vt100_headless.c 2011-09-22 20:11:37 +02:00
vt100_headless.h Adding vt100_headless.c 2011-09-22 20:11:37 +02:00
vt100.c Adding vt100_headless.c 2011-09-22 20:11:37 +02:00
vt100.h Adding vt100_headless.c 2011-09-22 20:11:37 +02:00

Trying to implement a library to emulate VT100.