/sys$common/syshlp/HELPLIB.HLB 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);
Additional Information (explode) :
|