mvdelch
mvdelch(int y, int x)
#define mvdelch(y,x) (move(y,x)?ERR:delch())
#define mvdelch(y, x) (move(y, x) ? ERR : delch())
#undef mvdelch
mvdelch(int y, int x)
#define mvdelch(y, x) mvwdelch(stdscr, y, x)