Mail Archives: djgpp-workers/1998/03/23/05:12:20
On Sun, 22 Mar 1998, DJ Delorie wrote:
> > But even if we could do that, how would this help solving the problem
> > at hand?
>
> Putting stdout into raw mode stops it from interpreting ^Z on output,
> if I recall correctly.
That's correct. But I don't think we can switch stdout to raw mode at
will, since it has other effects: TABs are displayed as those funny
IBM graphics characters instead of being expanded into spaces, Ctrl-S
doesn't stop the scrolling, etc. So if an application didn't request
it, the library should do this on its own, I think.
- Raw text -