A headless terminal emulator (ANSI / VT100) in C89 with its Python wrapper.
Go to file
2011-09-22 19:43:46 +02:00
Makefile A bit of renaming (term -> terminal) 2011-09-22 19:43:46 +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 Clean API for vt100 almost OK 2011-09-22 09:22:04 +02:00
vt100.c A bit of renaming (term -> terminal) 2011-09-22 19:43:46 +02:00
vt100.h A bit of renaming (term -> terminal) 2011-09-22 19:43:46 +02:00

Trying to implement a library to emulate VT100.