home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / misc / volume1 / 8710 / pc-curses-doc / 2 / curseskey.m < prev    next >
Encoding:
Text File  |  1993-09-02  |  309 b   |  17 lines

  1. NAME
  2.     _curseskey() - return next key code from keyboard
  3.  
  4. SYNOPSIS
  5.     int _curseskey()
  6.  
  7. DESCRIPTION
  8.     Returns the next key code struck at the keyboard. If the low  
  9.     8 bits are non-0, the uper bits contain the extended cha-  
  10.     racter code. If bit 0-7 are non-zero, the upper bits = 0.  
  11.  
  12. EXAMPLES
  13.  
  14. SEE ALSO
  15.  
  16. BUGS
  17.