> 
> >From the stty man page:
> 
> Optional - before SETTING indicates negation.  An * marks non-POSIX
>            settings.  The underlying system  defines which settings are available.
>

YOu misinterpreted what I meant by "reverse" in this case, which is why I had
put it in quotes; I was refering to the question on the "input required" state,
for which, naturally, the software stops. And thinking about it some more,
the behaviour of the OS is correct; the process stops but does not terminate
and needs to be brought to the forground to get its input and continue. (We
are not talking about redirecting inputs to it here.)

Also, I just looked at the man page, and to my surprise, the [-]tostop is
a non-POSIX switch. Did not axpect that. In fact, I did not expect MOST
switches on this stty are non-POSIX.