Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Sep 1998 17:54:59 -0500 (CDT)
From:      Val <val@hcol.net>
To:        Frank Griffith <frankg@idfw.com>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: Telnet and EE
Message-ID:  <Pine.BSF.3.96.980916174711.7643A-100000@ns.hcol.net>
In-Reply-To: <001501bde19a$602cbdc0$0200a8c0@fast1.dfw.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.980916174711.7643A-100000>