Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!husc6!bloom-beacon!oberon!cit-vax!ucla-cs!zen!ucbvax!ucbcad!ames!lll-tis!ptsfa!ihnp4!cbosgd!mandrill!abvax!harmon From: harmon@abvax.UUCP (Larry Harmon) Newsgroups: comp.sys.m6809 Subject: CoCo 3 termcap Message-ID: <80@abvax.UUCP> Date: Fri, 9-Oct-87 11:51:06 EDT Article-I.D.: abvax.80 Posted: Fri Oct 9 11:51:06 1987 Date-Received: Mon, 12-Oct-87 06:08:18 EDT Organization: Allen-Bradley Company, Inc; Industrial Computer Division, Highland Heights, OH Lines: 30 Keywords: OS9 L2 termcap UNIX Since no one was able to provide me with a termcap I've started writing my own. Here is the first pass, I don't guarentee it works. To use it with out adding it to the system termcap file I "source" the script file also below. # Tandy Color Computer 3 termcap entry # functions supported are: 80x24 screen, backspace, clear to end of display, # clear to end of line, clear screen, cursor motion, home, # cursor up/down/left/right, reverse character set on/off CC3|cc3|CoCo3|Color Computer 3:\ :co#80:li#24:\ :ho=\001:cm=\002%+ %+ :bs:nd=\006:up=\011:do=\012:dl=\037\061:al=\037\060:\ :ku=\009:kd=\012:kl=\010:kr=\006:\ :s0=\037\040:se=\037\041:\ :cd=\013:ce=\004:cl=\014: -------- end of termcap ------------- # # setenv TERMCAP /usr/harmon/cc3tcap setenv TERM cc3 tset -s -Q > /tmp/tset$$ source /tmp/tset$$ rm /tmp/tset$$ set ignoreeof set noclobber # -------- end of csh script -------------