home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / unix / programm / 5778 < prev    next >
Encoding:
Text File  |  1992-12-25  |  718 b   |  22 lines

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