home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.unix.programmer
- Path: sparky!uunet!UB.com!quack!dfox
- From: dfox@quack.sac.ca.us (David Fox)
- Subject: Keyboard control in Unix
- Message-ID: <fW6oeDO@quack.sac.ca.us>
- Keywords: keyboard ioctl getch kbhit
- Organization: The Duck Pond public unix: +1 408 249 9630, log in as 'guest'.
- Date: 25 Dec 1992 17:52:53 UTC
- Lines: 11
-
- Hi *,
-
- I'm somewhat new to Unix and programming C under unix, but am familiar
- with C under MS-DOS. Specifically I'm looking for Unix (BSD-flavor)
- functions that do what the MSDOS C getch(), getche(), and kbhit()
- functions perform. It's a lower-level than getchar(), which I don't
- want to use; the immediate response to a keypress is necessary.
- --
- David Fox
- dfox@quack.sac.ca.us
-
-