mvwaddnwstr
return mvwaddnwstr(stdscr, y, x, str, count);
return mvwaddnwstr(stdscr, y, x, str, -1);
return mvwaddnwstr(win, y, x, str, -1);
int mvwaddnwstr(WINDOW *, int, int, const wchar_t *, int);
report_return(mvwaddnwstr(win, y, x, wstr, n));