Date: Wed, 21 Feb 1996 16:40:02 -0800 (PST) From: Bill Fenner <fenner@parc.xerox.com> To: freebsd-bugs Subject: Re: bin/1038: TERM-type inconsitency Message-ID: <199602220040.QAA14604@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR bin/1038; it has been noted by GNATS. From: Bill Fenner <fenner@parc.xerox.com> To: mi@aldan.algebra.com Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: bin/1038: TERM-type inconsitency Date: Wed, 21 Feb 1996 16:34:00 PST In message <199602211527.KAA03420@aldan>you write: > When connecting to other machines via telnet, telnet-client > tells the whatever server, that my TERM-type is ANSI80X30 . Can you do the following: % telnet telnet> set option telnet> open (wherever) It is likely that your whatever server is asking for a different name for your terminal type, like so: RCVD IAC SB TERMINAL-TYPE SEND SENT IAC SB TERMINAL-TYPE IS "CONS30" RCVD IAC SB TERMINAL-TYPE SEND SENT IAC SB TERMINAL-TYPE IS "ANSI80X30" RCVD IAC SB TERMINAL-TYPE SEND SENT IAC SB TERMINAL-TYPE IS "ANSI80X30" RCVD IAC SB TERMINAL-TYPE SEND SENT IAC SB TERMINAL-TYPE IS "CONS30" It looks like the whatever server keeps asking until it gets either a terminal type that it recognizes or the first terminal type that I sent. The FreeBSD client seems to be behaving as specified in RFC1091, perhaps it is your whatever server that is behaving incorrectly? ("cons30" and "ansi80x30" are synonyms in /usr/share/misc/termcap) Bill
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199602220040.QAA14604>