mvwinch
#define mvinch(y, x) mvwinch(stdscr, y, x)
chtype mvwinch(WINDOW *, int, int);
return mvwinch(stdscr, y, x);
report_byte(mvwinch(win, y, x));