Date: Sun, 9 Apr 2000 08:29:42 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: djgpp AT delorie DOT com Subject: Re: getch() with DJGPP In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Fri, 7 Apr 2000, Damian Yerrick wrote: > Does it spin-wait, or does it call _dpmi_yield()? Neither. It calls DOS directly and then waits inside the DOS call. If you want to wait nicely, use `select'.