Date: Wed, 25 Jun 1997 13:00:10 -0400 (EDT) From: Tim Vanderhoek <hoek@hwcn.org> To: Joerg Wunsch <joerg_wunsch@uriah.heep.sax.de> Cc: "'freebsd-hackers@freebsd.org'" <freebsd-hackers@FreeBSD.ORG>, MARK SAYER <MSAYER@cuscal.com.au> Subject: Re: BSD io Message-ID: <Pine.GSO.3.96.970625125330.21967A-100000@james.freenet.hamilton.on.ca> In-Reply-To: <19970625085007.ZX52176@uriah.heep.sax.de>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 25 Jun 1997, J Wunsch wrote: > Mark Sayer a ecrite: > > new.c_iflag &=~(ICANON|ECHO); > > new.c_lflag &= ~(ICANON | ECHO | IEXTEN); /* consider ISIG etc., too */ > > ...and it works. Also, you should probably do: Hmm... Does IEXTEN do anything other than enable (or disable, in this case) LNEXT and DISCARD processing? (Mark's mistake, of course, was change c_lflag in my example to c_iflag). -- Outnumbered? Maybe. Outspoken? Never! tIM...HOEk
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.GSO.3.96.970625125330.21967A-100000>