mvwaddwstr
return (mvwaddwstr(stdscr, y, x, ws));
extern int mvwaddwstr(WINDOW *, int, int, const wchar_t *);