misc/68014: stty -pendin does not turn off pendin mode

Bruce Evans bde at zeta.org.au
Thu Jun 17 01:56:35 GMT 2004


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


More information about the freebsd-bugs mailing list