mvwinch
extern chtype mvwinch(WINDOW *, int, int);
(mvwinch)(w, y, x)
#define mvinch(y, x) mvwinch(stdscr, y, x)