mvgetch
mvgetch(int y, int x)
#define mvgetch(y,x) (move(y,x)?ERR:getch())
#undef mvgetch
mvgetch(y, x)
#define mvgetch(y, x) (move(y, x) ? ERR : getch())
#undef mvgetch
mvgetch(int y, int x)
#define mvgetch(y, x) mvwgetch(stdscr, y, x)