Date: Sun, 18 Apr 1999 13:47:57 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Adam Schrotenboer cc: djgpp AT delorie DOT com Subject: Re: __dpmi_yield In-Reply-To: <3717AB7B.5D1A8C5A@lycosmail.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Fri, 16 Apr 1999, Adam Schrotenboer wrote: > I mostly use it in kbd input loops, or 'press a key to continue' loops. Why > is this bad???, especially if the program has nothing better to do? The more portable way to do so is to call `select' (which calls `__dpmi_yield' internally). `select' is available on many Unix systems, and on Linux as well.