Go to file
~d6 cc64e29e35 uxn11 subprocess compat 2024-03-01 21:49:46 -05:00
.gitignore Initial import 2023-11-10 11:44:37 -05:00
README.md incremental progress 2023-11-11 14:12:41 -05:00
cp437.tal Initial import 2023-11-10 11:44:37 -05:00
determ.terminfo Initial import 2023-11-10 11:44:37 -05:00
process.patch Some updates 2023-11-10 12:04:46 -05:00
term.c Initial import 2023-11-10 11:44:37 -05:00
term.py Initial import 2023-11-10 11:44:37 -05:00
term.tal uxn11 subprocess compat 2024-03-01 21:49:46 -05:00

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 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