mvwgetch
#define mvgetch(y, x) mvwgetch(stdscr, y, x)
#define mvgetch(y,x) mvwgetch(stdscr,(y),(x))
extern NCURSES_EXPORT(int) mvwgetch (WINDOW *, int, int); /* generated */