A headless terminal emulator (ANSI / VT100) in C89 with its Python wrapper.
Go to file
2011-09-23 09:17:54 +02:00
Makefile Renaming vt100 into terminal_vt100 2011-09-22 20:29:27 +02:00
README Initial commit 2011-08-28 21:48:33 +02:00
terminal_vt100.c Rmeoving useless width and height from terminal.h 2011-09-23 09:05:09 +02:00
terminal_vt100.h Renaming vt100 into terminal_vt100 2011-09-22 20:29:27 +02:00
terminal.c Rmeoving useless width and height from terminal.h 2011-09-23 09:05:09 +02:00
terminal.h Documentation 2011-09-23 09:17:54 +02:00
test.c Renaming vt100 into terminal_vt100 2011-09-22 20:29:27 +02:00
vt100_headless.c Renaming vt100 into terminal_vt100 2011-09-22 20:29:27 +02:00
vt100_headless.h Renaming vt100 into terminal_vt100 2011-09-22 20:29:27 +02:00

Trying to implement a library to emulate VT100.