Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Jun 2004 11:55:47 +1000 (EST)
From:      Bruce Evans <bde@zeta.org.au>
To:        Mark Jacobs <mark.jacobs@custserv.com>
Cc:        freebsd-gnats-submit@freebsd.org
Subject:   Re: misc/68014: stty -pendin does not turn off pendin mode
Message-ID:  <20040617115425.C1055@gamplex.bde.org>
In-Reply-To: <200406161553.i5GFr6nS035403@www.freebsd.org>
References:  <200406161553.i5GFr6nS035403@www.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 16 Jun 2004, Mark Jacobs wrote:

> >Description:
> stty -pendin does not turn off pendin mode as expected.
>
>
> >How-To-Repeat:
> ash-2.05b$ stty -a
> speed 9600 baud; 15 rows; 80 columns;
> lflags: icanon isig iexten echo echoe -echok echoke -echonl echoctl
>         -echoprt -altwerase -noflsh -tostop -flusho pendin -nokerninfo
>         -extproc

This is because icanon implies pendin.  I don't know exactly why this
is, but it is intentional.  You would have to turn off both if you
really want pendin off.

Bruce



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