# determ terminal emulator for the uxn system. (TODO: improve this readme) ## quick start ``` uxnasm term.tal term.rom python.py term.py term.rom ``` or alternately: ``` gcc term.c -c term ./term term.rom ``` ## files * `term.py` - bootstrapping program for running `term.rom` via python * `term.c` - bootstrapping program from running `term.rom` via c * `process.patch` - experimental patch adding *nix subprocess management to the console device * `determ.terminfo` - wip terminfo definition for determ