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:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
Text File
|
1993-09-02
|
309 b
|
17 lines
NAME
_curseskey() - return next key code from keyboard
SYNOPSIS
int _curseskey()
DESCRIPTION
Returns the next key code struck at the keyboard. If the low
8 bits are non-0, the uper bits contain the extended cha-
racter code. If bit 0-7 are non-zero, the upper bits = 0.
EXAMPLES
SEE ALSO
BUGS