halliday@bdcvax.UUCP (02/16/87)
Help! I need a termcap entry for an older model Ann Arbor terminal. The nameplate calls it a model 4080 - it seems to be the predecessor to the Ann Arbor Ambassador. The termcap I'm using for it looks like this: N0|aa2|annarbor|4080|ann arbor 4080:\ :cr=^M:do=^J:nl=^J:bl=^G:\ :cm=^O%r%\066%.%>^S^L%+@:\ :co#80:li#40:le=^H:bs:cl=2^L:up=^N:nd=^_:am:\ :kb=^^:kd=^J:ku=^N:kl=^H:kr=^_:kh=^K: This works on vi, but notes drives the terminal crazy. The index page comes out with all the words jammed end-to-end, and the string OOPS scattered here and there. Thank you. laura halliday ...ihnp4!alberta!ubc-vision!ubc-bdcvax!halliday "I woke up in my apartment the other morning and everything had been stolen and replaced with an exact replica!" - Max Headroom
boykin@custom.UUCP (02/18/87)
In article <151@bdcvax.UUCP>, halliday@bdcvax.UUCP writes: > > Help! I need a termcap entry for an older model Ann Arbor terminal. ... > :cm=^O%r%\066%.%>^S^L%+@:\ > > This works on vi, but notes drives the terminal crazy. The index page > comes out with all the words jammed end-to-end, and the string OOPS > scattered here and there. Firstly, "OOPS" is output when the function 'tgoto' gets a cursor motion (cm) string it does not understand. This is probably happening when tgoto runs into "%\066" which is equivalent to "%6", which it won't understand. The reason things appear wrong is probably due to the cm string being wrong. Why VI works is beyond me, I can guarantee you that PC/VI wouldn't understand it! Joe Boykin Custom Software Systems ...{necntc, frog}!custom!boykin
flak@slovax.UUCP (02/20/87)
> In article <151@bdcvax.UUCP>, halliday@bdcvax.UUCP writes: > > > > Help! I need a termcap entry for an older model Ann Arbor terminal. Here's one. If it doesn't work out, I have several variations on my machine at home. --------------------------------cut here--------------------------------- rd|rda|Ann Arbor Ambassador:\ :al=\E[1L:AL=\E[%dL:dl=\E[1M:DL=\E[%dM:am:\ :dc=\E[1P:DC=\E[%dP:ei=\E[1Q:im=\E[1Q:bl=^G:\ :vs=\E[30;;;30p\E[H\E[J\E[>30l\E[1Q:\ :ve=\E[60;;;30p\E[>36l\E[30;1H\E[J:\ :do=^J:bc=^H:cr=^M:nl=\ED:ho=\E[H:\ :co#80:li#30:cl=300\E[H\E[J:bs:cm=\E[%i%d;%dH:nd=\E[C:up=\E[A:\ :DO=\E[%dB:LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:\ :ce=\E[K:cd=50\E[J:so=\E[7m:se=\E[m:sg#0:us=\E[4m:ue=\E[m:ug#0:\ :mr=\E[7m:mb=\E[5m:md=\E[1m:mk=\E[8m:zb=\E[5;7m:me=\E[m:\ :is=100\E[30;;;30p\E[r\E[H\E[J\E[1Q\E[m\E[>30l:\ :cs=\E[%i%d;%dr:sc=300\E7:rc=300\E8:\ :if=/usr/lib/tabset/aa:ku=\E[A:kd=\E[B:kl=\E[D:kr=\E[C:\ :vn=\E[>51l\E[>56l:va=\E[>51h:vi=\E[>56h:\ :da:db:dm=\E[1Q:ed=\E[1Q:eo:ic=\E[@:mi:pt: -- ======================================================================== | A good sense of humor cures trwrb \ | none of the world's problems. psivax -!logico--\ | It just makes them easier to ism780c / \ | bear. -!slovax!flak |================================= hplsla \ / | Dan Flak - R & D Associates fluke -!tikal---/ | 3625 Perkins Lane SW uw-beaver / | Tacoma, Wa 98499 | (206)-581-1322 ========================================================================
halliday@bdcvax.UUCP (02/27/87)
Thank you everybody. I've gotten most of the information I need but I am still going to have to experiment because the terminal in question isn't a standard Ann Arbor 4080 - it's been specially modified by the University of B.C. I tried an Ambassador termcap, but that's even worse. USENET comes through again! laura halliday ...ihnp4!alberta!ubc-vision!ubc-bdcvax!halliday "I woke up in my apartment the other morning and everything had been stolen and replaced with an exact replica!" - Max Headroom p.s. I give up: who IS Steven Wright?