> > > > 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
- Some patch Keresztfalvi Gabor
- Re: Some patch J.H.M. Dassen
- Re: Some patch Niels Möller
- Re: Some patch Balazs Scheidler
- Re: Some patch Carson Gaspar
- Re: Some patch Carson Gaspar
- Re: Some patch Balazs Scheidler
- Re: Some patch Niels Möller
- Re: Some patch carson
- Re: Some patch Niels Möller
- Re: Some patch carson
- Re: Some patch Niels Möller
- Re: Some patch Jon Ribbens
- Re: Some patch Niels Möller