Date: Mon, 10 May 1999 09:36:54 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: DJ Delorie cc: djgpp-workers AT delorie DOT com Subject: Re: Quirky getch() (fwd) In-Reply-To: <199905091850.OAA10286@envy.delorie.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp-workers AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Sun, 9 May 1999, DJ Delorie wrote: > First off, you shouldn't have to flush stderr - it should be > unbuffered. Somebody could change the buffering (e.g., with `setvbuf'). `_filbuf' flushes stderr if it is line-buffered, so I thought of doing the same.