If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
Basic vt100 emulation should be standard in Terminal.app. If you go to Terminal -> Preferences... -> Emulation you can set vt100 keypad and "strict vt100" emulation.
You can fool the program into thinking that your terminal is vt100 by typing 'export TERM=vt100' before running the program. BTW, curses is built in (maybe ncurses, can't tell).