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