mvaddnstr
mvaddnstr(int y, int x, const char *str, int count)
#define mvaddnstr(y, x, s, n) mvwaddnstr(stdscr, y, x, s, n)