Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Jun 1997 04:06:13 +1000
From:      Bruce Evans <bde@zeta.org.au>
To:        hoek@hwcn.org, joerg_wunsch@uriah.heep.sax.de
Cc:        freebsd-hackers@FreeBSD.ORG, MSAYER@cuscal.com.au
Subject:   Re: BSD io
Message-ID:  <199706251806.EAA12771@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
>> 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?

Not much more, if anything.  However, if you want to get this exactly
right, then you may need to understand the 26 flags and 2 special
characters handled by cfmakeraw(), or just use cfmakeraw() :-).

Bruce



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199706251806.EAA12771>