getcharacter

Retrieves one character from the keyboard of the application screen, if this screen is not identical to the System Console or System Logger screen.

Library:LibC
Classification:Novell
Service:Screen Support

Syntax

  #include <screen.h> 
   
  int getcharacter ( void );
  

Return Values

If successful, returns the input character. Otherwise, returns -1.

See Also

ungetcharacter