~d6 cc64e29e35 | ||
---|---|---|
.gitignore | ||
README.md | ||
cp437.tal | ||
determ.terminfo | ||
process.patch | ||
term.c | ||
term.py | ||
term.tal |
README.md
determ
terminal emulator for the uxn system.
(TODO: improve this readme)
quick start
using a python shim program:
uxnasm term.tal term.rom
python.py term.py term.rom
or alternately a C shim program:
uxnasm term.tal term.rom
gcc term.c -c term
./term term.rom
or alternately uxn11's experimental subprocess support:
uxnasm term.tal term.rom
uxn11 term.rom
files
term.py
- bootstrapping program for runningterm.rom
via pythonterm.c
- bootstrapping program from runningterm.rom
via cprocess.patch
- experimental patch adding *nix subprocess management to the console devicedeterm.terminfo
- wip terminfo definition for determ