mvaddnstr
mvaddnstr(lastline, TRANSCRIPT_COL, str, SCRNW - TRANSCRIPT_COL - 1);
int mvaddnstr(int, int, const char *, int);
report_return(mvaddnstr(y, x, str, count));