Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!husc6!rutgers!cbmvax!vu-vlsi!devon!paul From: paul@devon.UUCP (Paul Sutcliffe Jr.) Newsgroups: comp.unix.questions Subject: Re: TERMCAP for Dasher D210 terminal Message-ID: <234@devon.UUCP> Date: Mon, 16-Mar-87 23:43:14 EST Article-I.D.: devon.234 Posted: Mon Mar 16 23:43:14 1987 Date-Received: Wed, 18-Mar-87 06:08:46 EST References: <890@crash.CTS.COM> <1447@ncr-sd.SanDiego.NCR.COM> Reply-To: paul@devon.UUCP (Paul Sutcliffe Jr.) Distribution: world Organization: Devon Computer Services, Allentown, PA Lines: 34 Summary: use ANSI mode In article <1447@ncr-sd.SanDiego.NCR.COM> greg@ncr-sd.UUCP (Greg Noel) writes: > In article <890@crash.CTS.COM> roberts@crash.CTS.COM (Robert Schwalbe) writes: > > Has anyone written, used, or seen a TERMCAP file for the Data General Dasher > > D210 or D411 terminals that work? ...... > Be forwarned that many (all?) versions of curses use the ctl-H character > (which is the ANSI backspace) to move the cursor under some circumstances. > Unfortunately, this is the cursor home character on a Dasher. So far, I > have been unable to find a way to coerce curses \not/ to do this; it means > that the Dasher is not very usable as a Unix terminal. A *real* D210 has an ANSI mode, settable by either dip switch, or an escape sequence. I'm not sure about the D411, I never saw one. Anyway, I once was forced to use a D210 on an Onyx C8002 (Unix System III). Seems that the ANSI mode is very close to generic vt100, as far as a termcap entry goes. I fashioned a d210 termcap by using a vt100 as a guide. But, the D210 has no backspace key! (DG uses DEL as backspace) So, with a little trickery, I used a line like the following to change the stty modes in my .login: if ( $TERM == "d210" ) then stty erase '^?' kill '^a' Since I was using the DEL key for backspace, I chose CTRL-A for Delete. I seem to recall having to do something else during the login sequence, but I can't remember it now. I no longer have access to the Onyx so I'm afraid I can't go look it up and post it. Sigh. - paul -- Paul Sutcliffe, Jr. paul@devon.UUCP (or, if you prefer:) Devon Computer Services {seismo,ihnp4,allegra,rutgers}!cbmvax!devon!paul Allentown, PA "I love work. I could sit and watch people do it all day!"