Date: Tue, 12 Aug 1997 18:31:36 +0300 (IDT) From: Eli Zaretskii To: Dim Zegebart cc: DJGPP Mail List Subject: Re: Telnet problem (probably off-topic) In-Reply-To: <33F06785.4B22@post.comstar.ru> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Tue, 12 Aug 1997, Dim Zegebart wrote: > So, my problem is very simple - I can't use > F5,F6,etc. keys then I'm in telnet session. Remote program requerys > this functional keys to be worked ( for example F6 is back to previous > screen). > Unfortunately, I'm not too familiar with unix, so I can't determine the > right way to solve this problem. First, you need to find out what does the F6 key on a Unix box generate. It is usually some escape sequence. One way of finding out is to go to the Unix box and press F6. It should echo the sequence, so you'd know. (The answer depends on the type of the Unix machine, and on the specific variety of Unix that it runs, so I cannot tell you that from here.) Once you know what the Unix machine expects, you need to set up the telnet client on the Windows machine so that it generates that sequence when you press F6. Almost every telnet client I saw enables you to do this (if yours doesn't, toss it and get another). That's all!