From owner-freebsd-bugs Sun Dec 8 10:47:22 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id KAA20397 for bugs-outgoing; Sun, 8 Dec 1996 10:47:22 -0800 (PST) Received: from alpha.xerox.com (alpha.Xerox.COM [13.1.64.93]) by freefall.freebsd.org (8.8.4/8.8.4) with SMTP id KAA20390 for ; Sun, 8 Dec 1996 10:47:20 -0800 (PST) Received: from crevenia.parc.xerox.com ([13.2.116.11]) by alpha.xerox.com with SMTP id <14934(1)>; Sun, 8 Dec 1996 10:46:47 PST Received: from localhost by crevenia.parc.xerox.com with SMTP id <177711>; Sun, 8 Dec 1996 10:46:40 -0800 To: Garrett Wollman cc: freebsd-bugs@freefall.freebsd.org Subject: Re: bin/1037 In-reply-to: Your message of "Sat, 07 Dec 96 12:00:01 PST." <199612072000.MAA08236@freefall.freebsd.org> Date: Sun, 8 Dec 1996 10:46:26 PST From: Bill Fenner Message-Id: <96Dec8.104640pst.177711@crevenia.parc.xerox.com> Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk In message <199612072000.MAA08236@freefall.freebsd.org> Garrett wrote: > The TELNET daemon interprets the unsetting of the EXTPROC bit in the > termios state (e.g., by `stty -extproc') as a request to disable > LINEMODE, which is why this causes such applications to work properly. Just as an anecdote, when we first got NeXTs at Penn State, telnet'ing to them always gave weird results. The only way to solve it was to "stty -extproc" in your .cshrc. Nobody knew what it did, only that it made telnet work right. So, there's at least some precedent for this behavior. Bill