From owner-freebsd-questions Wed Sep 16 15:55:56 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA01236 for freebsd-questions-outgoing; Wed, 16 Sep 1998 15:55:56 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from ns.hcol.net (ns.hcol.net [205.152.99.16]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA01180 for ; Wed, 16 Sep 1998 15:55:26 -0700 (PDT) (envelope-from val@ns.hcol.net) Received: from localhost (val@localhost) by ns.hcol.net (8.8.6/8.8.6) with SMTP id RAA07866; Wed, 16 Sep 1998 17:54:59 -0500 (CDT) Date: Wed, 16 Sep 1998 17:54:59 -0500 (CDT) From: Val To: Frank Griffith cc: freebsd-questions@FreeBSD.ORG Subject: Re: Telnet and EE In-Reply-To: <001501bde19a$602cbdc0$0200a8c0@fast1.dfw.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG well, there are several ways to fix this: 1) download a telnet client that would map special keystrokes something like qvtnet from www.frontiernet.com/~qpcsoft 2) in the systemwide login script ( /etc/csh.login if you are using csh for a shell) put in something like this: set noglob eval `tset -s -m 'cons25:cons25' -m vt102` unset noglob stty status '^T' crt -tostop stty erase '^h' Val Tarakanov, CNE icq# 18417970 On Wed, 16 Sep 1998, Frank Griffith wrote: > I have FreeBSD 2.2.7 running on a network in my house. > The other computers are Win95 or Novell based. When > I telnet to this FreeBSD computer and run my favorite > text editor, which is ee, I cannot seem to get the > keystrokes to function properly. I was trying to edit a > file via telnet this morning and was unable to complete > the task because certain keys like PgDn screwed up > the process. Can anyone explain? > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message