next up previous contents index
Next: INTEGER FUNCTION IRMCHAN Up: Miscellaneous Routines Previous: SUBROUTINE GCONTR

INTEGER FUNCTION INXTCHR

 

 INXTCHR returns a single key pressed on the terminal. In the VAX/VMS environment, it will intercept all control keys (including <ESC>) except without echoing to the screen. Opens a direct IO  channel to the terminal driver using SYSQIO.    This routine is used by the  PAUSE and  CURMOTION routines.

key  = INXTCHR()

key (I): (returned) terminal character (ASCII value)
         if key < 0, an error reading terminal input has occured.



David Long
Wed Jun 12 10:34:11 MDT 1996