VMS Help
CRTL, [w]getch
*Conan The Librarian
|
Get a character from the terminal screen and echo it on the
specified window. The getch function echoes the character on
the stdscr window.
Format
#include <curses.h>
char getch();
char wgetch (WINDOW *win);
win
A pointer to the window.
The getch and wgetch functions refresh the specified window
before fetching a character. For more information, see the
scrollok function.
x The returned character.
ERR Indicates that the function makes the screen
scroll illegally.