Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!husc6!cmcl2!rutgers!mcnc!rti!xyzzy!meissner From: meissner@xyzzy.UUCP (Michael Meissner) Newsgroups: comp.sources.bugs,comp.bugs.sys5,rec.games.hack Subject: Re: Nethack Problems Message-ID: <205@xyzzy.UUCP> Date: Mon, 17-Aug-87 11:11:23 EDT Article-I.D.: xyzzy.205 Posted: Mon Aug 17 11:11:23 1987 Date-Received: Tue, 18-Aug-87 05:22:47 EDT References: <2693@sdsu.UUCP> Reply-To: meissner@nightmare.UUCP (Michael Meissner) Organization: Data General (Languages @ Research Triangle Park, NC.) Lines: 12 Xref: mnetor comp.sources.bugs:190 comp.bugs.sys5:163 rec.games.hack:1201 > I have nethack working fine on our BSD system. However in trying > to make it work on our 3b2/310 running system V I always get > "Terminal must Backspace" in trying to run nethack. I use vt100 > for my terminal type. Is it a problem with the terminal library The problem is the standard system V.2 curses library (which includes the termcap emulation routines), does not return the termcap string "bc" or the flag "bs". If you change "bc" (backspace char) to "le" (move cursor left) everything will be fine, assuming you apply the TERMINFO patches posted earlier. -- Michael Meissner, Data General. Uucp: ...!mcnc!rti!xyzzy!meissner Arpa/Csnet: meissner@dg-rtp.DG.COM