wgetwstr
return (wgetwstr(stdscr, ws));
return ((wmove(win, y, x) == ERR ? ERR : wgetwstr(win, ws)));
if (wgetwstr(win, code) == ERR)