mvwgetstr
extern int mvwgetstr(WINDOW *, int, int, char *);
(mvwgetstr)(w, y, x, str)
#define mvgetstr(y, x, str) mvwgetstr(stdscr, y, x, str)