Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watnot!watmath!clyde!rutgers!brl-adm!brl-smoke!gwyn From: gwyn@brl-smoke.UUCP Newsgroups: comp.unix.questions Subject: Re: TERMCAP for Dasher D210 terminal Message-ID: <5693@brl-smoke.ARPA> Date: Fri, 20-Mar-87 15:26:22 EST Article-I.D.: brl-smok.5693 Posted: Fri Mar 20 15:26:22 1987 Date-Received: Wed, 25-Mar-87 01:49:00 EST References: <890@crash.CTS.COM> <1447@ncr-sd.SanDiego.NCR.COM> Reply-To: gwyn@brl.arpa (Doug Gwyn (VLD/VMB) ) Distribution: world Organization: Ballistic Research Lab (BRL), APG, MD. Lines: 14 In article <1447@ncr-sd.SanDiego.NCR.COM> greg@ncr-sd.UUCP (Greg Noel) writes: >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. If your termcap description does not contain one of: :bs: :bc=^H: :le=^H: then your "curses" library may be assuming too much. Remove any of the above capabilities and install :le=whatever-it-takes-to-move-left-one-position: :bc=ditto: and see if things improve. ("bs" and "bc" are obsolete.) If not, fix your curses library.