Path: utzoo!attcan!uunet!tektronix!pogo!rickc From: rickc@pogo.GPID.TEK.COM (Rick Clements) Newsgroups: comp.sys.cbm Subject: Re: Another Kermit Problem Keywords: Kermit v2.1 Message-ID: <6600@pogo.GPID.TEK.COM> Date: 13 Jan 89 20:07:31 GMT References: <8231@orstcs.CS.ORST.EDU> Reply-To: rickc@pogo.GPID.TEK.COM (Rick Clements) Distribution: comp.sys.cbm Organization: Tektronix, Inc., Wilsonville, OR. Lines: 16 In article <8231@orstcs.CS.ORST.EDU> kykerr@k9.cs.orst.edu (Ronald Kyker) writes: } I'm having problems with the delete key in connect mode on kermit. } Outside of connect, the INST/DEL key will delete a character. In } connect mode, it sends a . The CLR HOME key seems to take over the } function in connect mode, but I'm getting used to using the wrong key } for backing up (text adventures are getting anoying). Is this a bug } or do I need to set a parameter somewhere? Thanks for the help! The problem is the delete vs back space problem. Some system use delete; other systems use back space. (Some programs are nice and take both.) Kermit (C64) sends a delete for the INST/DEL key. It sends a backspace for CLR/HOME. (Kermit on my PC sends a delete for backspace and a backspace for ^H; at least the C64 version gives you a key.) -- Rick Clements (RickC@pogo.GPID.TEK.COM)