> > 
> > I think most interactive programs assume that stdout=stderr and both of
> > them refer to the same tty.
> 
> Any program that assumes that is broken.

reset (which resets terminal to default mode under linux) tries to write
to stderr. so as it seems, if we try to remain compatible, we have to
allocate two ptys. as I already wrote, even ssh doesn't use stderr when a
tty is allocated.

--- Bazsi

Reply via email to