Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!munnari!moncskermit!basser!elecvax!cadvaxoz!cameron From: cameron@cadvaxoz.eecs.unsw.oz (Cameron Simpson) Newsgroups: comp.sources.d Subject: Re: Termcap For Tandy model III Message-ID: <232@cadvaxoz.eecs.unsw.oz> Date: Tue, 27-Jan-87 18:57:09 EST Article-I.D.: cadvaxoz.232 Posted: Tue Jan 27 18:57:09 1987 Date-Received: Sun, 1-Feb-87 22:39:03 EST References: <286@sjfc.UUCP> <322@rocky2.UUCP> Organization: EE and CS, Uni of NSW, Sydney, Australia Lines: 38 >> For some reason then VAX i'm working on doesn't have the TERMCAP >> for a Tandy TRS-80 model III, The operating system is a UNIX 4.2. >> I hope (pray to God) someone has this Termcap, it would make working >> at home a million times easier. > >If you can get a copy of a terminal program called ST80III, I have a >termcap entry I wrote for it... > >qT|trs80|Radio Shack TRS-80 Model III:am:bc=^X:bs:bw:\ > :cd=\EJ:ce=\EK:cl=^L:co#64:ho=\EH:kb=^H:ll=\EYAa:\ > :li#16:nd=^Y:sr=^Z:up=^Z:vb=\200: On the other hand, if you're using a straight forward modem program, which simply calls the ROM's display driver, the Model III looks just like a Model I. I have two termcap entries for this. The second one is for the standard driver with a few bells and whistles to make vi efficient. I'll send you the (assembler) source to the front end (which adds the bells and whistles) if you want it. Mail me if you do. - Cameron Simpson ACSnet: cameron@cadvax.jmrc.unsw.oz UUCP: ...!seismo!munnari!cadvax.jmrc.unsw.oz!cameron ------------------------------------------------------------------------------- # This describes the trusty TRS-80 Model I t1|trs80m1|TRS-80 Model I:\ :am:bc=\030:bw:cd=\037:ce=\036:cl=\034\037:co#64:cr=\035:\ :do=\032:ho=\034:is=\034\016:kd=^J:kh=\037:kl=^H:kr=^I:\ :ku=[:li#16:ll=\034\033:nd=\031:nl=\032:sf=\034\033^M\200\200\200:\ :up=\033:ve=\016:vs=\016: # My trusty Model I is too cumbersome running vi at 300 baud, # so I added insert and delete line and character, cursor motion, and bell # to a front end (well, bell ain't implemented yet ...) # oh yeah, it knows about tabs, too ... t2|trs80m1cs|TRS-80 Model I with my smarter display driver:\ :ic=^O\Ei^N:dc=^O\Ed^N:al=^O\EI^N:dl=^O\ED^N:im=:\ :cm=^O\EC%r%+@%+@^N:sr=\034\EI:vb=^G:\ :tc=trs80m1: