| delorie.com/archives/browse.cgi | search |
| Date: | Sun, 18 Apr 1999 13:47:57 +0300 (IDT) |
| From: | Eli Zaretskii <eliz AT is DOT elta DOT co DOT il> |
| X-Sender: | eliz AT is |
| To: | Adam Schrotenboer <ajschrotenboer AT lycosmail DOT com> |
| cc: | djgpp AT delorie DOT com |
| Subject: | Re: __dpmi_yield |
| In-Reply-To: | <3717AB7B.5D1A8C5A@lycosmail.com> |
| Message-ID: | <Pine.SUN.3.91.990418134742.22615H-100000@is> |
| MIME-Version: | 1.0 |
| Reply-To: | djgpp AT delorie DOT com |
| X-Mailing-List: | djgpp AT delorie DOT com |
| X-Unsubscribes-To: | listserv AT delorie DOT com |
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.
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |