Date: Mon, 23 Mar 1998 13:11:15 +0300 (IDT) From: Eli Zaretskii To: DJ Delorie cc: djgpp-workers AT delorie DOT com Subject: Re: ^Z in text-mode output to the screen In-Reply-To: <199803221845.NAA01410@delorie.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk 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.