Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!rutgers!husc6!necntc!custom!boykin From: boykin@custom.UUCP Newsgroups: comp.sources.wanted Subject: Re: termcap wanted Message-ID: <569@custom.UUCP> Date: Wed, 18-Feb-87 11:32:29 EST Article-I.D.: custom.569 Posted: Wed Feb 18 11:32:29 1987 Date-Received: Thu, 19-Feb-87 20:10:43 EST References: <151@bdcvax.UUCP> Organization: Custom Software Systems; Natick, MA Lines: 22 Summary: Your Termcap entry looks ill! 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