Return the character at the current cursor position on the specified window without making changes to the window. The inch function acts on the stdscr window.
#include <curses.h> char inch(); char winch (WINDOW *win);
x | The returned character. |
ERR | Indicates an input error. |