Move the cursor to coordinates (y,x) and return the character on the specified window without making changes to the window. The mvinch function acts on the stdscr window.
#include <curses.h> int mvinch (int y, int x); int mvwinch (WINDOW *win, int y, int x);
x | The returned character. |
ERR | Indicates an input error. |