mvwdelch
#define mvdelch(y, x) mvwdelch(stdscr, y, x)
#define mvdelch(y,x) mvwdelch(stdscr,(y),(x))
extern NCURSES_EXPORT(int) mvwdelch (WINDOW *, int, int); /* generated */