winsstr
int winsstr(WINDOW *, const char *);
return winsstr(win, str);
return winsstr(stdscr, str);
report_return(winsstr(win, str));