Path: utzoo!attcan!uunet!cbmvax!fred From: fred@cbmvax.UUCP (Fred Bowen) Newsgroups: comp.sys.cbm Subject: Re: Another Kermit Problem Keywords: Kermit v2.1 Message-ID: <5696@cbmvax.UUCP> Date: 13 Jan 89 15:42:26 GMT References: <8231@orstcs.CS.ORST.EDU> Reply-To: fred@cbmvax.UUCP (Fred Bowen) Distribution: comp.sys.cbm Organization: Commodore Technology, West Chester, PA Lines: 37 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 [...] That's the way it is supposed to work. Kermit redefines some of the keys to implement ASCII codes not normally available from the Commodore keyboard and to emulate a VT100 keyboard. The basic redefinitions are: escape caret ^ F1 or underscore _ F2 or bar | F3 or back tic ` F4 or tilda ~ F5 or lf brace { F6 or rt brace } backslash \ ^L ^H backspace delete (rubout) break So, what you are seeing is typical for a system which interprets ^H as the 'backspace and erase' character. I don't know how easy it is to change this in Kermit (also depends upon the version you have, I imagine). You might also be able to change it on the other end- depending upon the system to which you connect (ask a system operator). -- -- Fred Bowen uucp: {uunet|rutgers|pyramid}!cbmvax!fred arpa: cbmvax!fred@uunet.uu.net tele: 215 431-9100 Commodore Electronics, Ltd., 1200 Wilson Drive, West Chester, PA, 19380