Date: Wed, 16 Sep 1998 20:12:06 -0500 (CDT) From: jsw@ivgate.omahug.org (Jack Winslade) To: sfriedri@laker.net Cc: freebsd-questions@FreeBSD.ORG Subject: Re: TERM variable Message-ID: <9809170112.AA02919@ivgate.omahug.org> In-Reply-To: <199809170023.UAA16654@laker.net> from "Steve Friedrich" at Sep 16, 98 08:23:30 pm
next in thread | previous in thread | raw e-mail | index | archive | help
> But when I log in via telnet, my term gets set to ansi, and I have NO > IDEA where that's getting set. It appears that it ignores /etc/ttys in > the case of pseudo ttys, because I changed: [munch] > to no avail. Is there someplace I can set this default ?? It's negotiated during the telnet session startup. Normally the value stated by the client will be good. You can override this with the TERM=whatever;export TERM (setenv TERM whatever for csh) manually or in a startup file. Good day JSW 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?9809170112.AA02919>