mvwdelch
extern int mvwdelch(WINDOW *, int, int);
(mvwdelch)(w, y, x)
#define mvdelch(y, x) mvwdelch(stdscr, y, x)