Path: utzoo!attcan!uunet!husc6!mailrus!ames!umd5!brl-adm!brl-smoke!gwyn From: gwyn@brl-smoke.ARPA (Doug Gwyn ) Newsgroups: comp.unix.wizards Subject: Re: I need a SysV select() Message-ID: <7963@brl-smoke.ARPA> Date: 25 May 88 11:53:10 GMT References: <9738@sol.ARPA> <7904@brl-smoke.ARPA> <7812@ncoast.UUCP> Reply-To: gwyn@brl.arpa (Doug Gwyn (VLD/VMB) ) Organization: Ballistic Research Lab (BRL), APG, MD. Lines: 10 In article <7812@ncoast.UUCP> allbery@ncoast.UUCP (Brandon S. Allbery) writes: >| If you set MIN and TIME to 0 in the terminal handler, then an attempt >But that still leaves him polling. Look, this is JOVE we're talking about, for Chrissakes! The needed functionality is to "peek" to see if there is keyboard input every so often while in the middle of a screen update loop, so unnecessary screen output can be avoided. The solution I gave works just fine for that. All these more complex schemes people have been proposing are far less efficient.