Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!usc!samsung!olivea!uunet!proto!joe From: joe@proto.com (Joe Huffman) Newsgroups: comp.lang.c Subject: Re: Kbhit function under SCO Unix 3.2 Development Message-ID: <1991May24.015704.14338@proto.com> Date: 24 May 91 01:57:04 GMT References: <170@swatty.UUCP> Organization: Prototronics @ Sandpoint, Idaho Lines: 13 root@swatty.UUCP (Larry Krone) writes: >I have an application that needs to abort on a keypress... >In dos, I can use the kbhit function...Is there an equivalent under >SCO Unix ....If so, what is it??? If you were compiling with the Zortech compiler for SCO UNIX it would be kbhit(), same as DOS. Library source code is available (for a price...). See the FAQ in comp.unix.questions or c.u.programmer for some hints. -- joe@proto.com