Here are my links for roms and docs:
http://www.bitsavers.org/pdf/dec/terminal/
https://github.com/larsbrinkhoff/terminal-simulator/issues/1
https://www.mail-archive.com/simh@trailing-edge.com/msg09086...
https://forums.bannister.org/ubbthreads.php?ubb=showflat&Num...
https://simh.trailing-edge.narkive.com/qgzCvrl8/dec-vt-emula...
I have a bunch of PDFs in along with this, and a vt240.zip that must have come from one of the above.
I also used this command line call to get the terminal running with "bitbanger."
mame -rp . vt240 -window -nothrottle -host null_modem -bitb socket.localhost:2323But if you are going to use a VT-100 keyboard you might as well try an editor actually designed for that keyboard, which I remember really loving at the time. KED:
https://avitech.com.au/?page_id=959
Also, if you want efficient and fast displays on that screen, remember to use scrolling regions. They scroll the sections of the screen in hardware. By using them correctly you can insert and delete single lines without repainting the screen.
But most programs ignore termcap these days which is a huge issue. Running stuff through tmux helps but it's not ideal.
That'll be SIGINT, but I understand, he just tests whether we pay attention.