mvwinsstr
int mvwinsstr(WINDOW *, int, int, const char *);
return mvwinsstr(stdscr, y, x, str);
report_return(mvwinsstr(win, y, x, str));