mvwgetch
#define mvgetch(y, x) mvwgetch(stdscr, y, x)
int mvwgetch(WINDOW *, int, int);
return mvwgetch(stdscr, y, x);
report_int(mvwgetch(win, y, x));