Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!cs.utexas.edu!uunet!mcsun!sunic!ifi!sfd.uit.no!hogne%hpserv2 From: hogne%hpserv2@sfd.uit.no (Hogne Haug) Newsgroups: comp.unix.questions Subject: Keypress detection Summary: Unblock on keypress Message-ID: <2093@ifi.uio.no> Date: 5 Oct 89 18:21:28 GMT Sender: news@ifi.uio.no Reply-To: hogne%hpserv2@sfd.uit.no (Hogne Haug) Organization: University of Tromsoe, Norway Lines: 14 Hi! I'm writing a C-program where I need a blocked process to 'wake up' (unblock or enter ready state if you mind), when a key is pressed. Some interrupts are presented to user programs as signals. Wich means, for instance, that I can use the signal SIGINT and Ctrl-C, but this ain't much fancy. Though - I can't find anything else. If anybody out there got a clue, please mail me - I'll summarize. By the way - I'm using a HP 9000, series 300, with HP-UX release 6.2. Thanks, Hogne.