mvwdelch
#define mvdelch(y, x) mvwdelch(stdscr, y, x)
int mvwdelch(WINDOW *, int, int);
return mvwdelch(stdscr, y, x);
report_return(mvwdelch(win, y, x));