getcury
#define getyx(win,y,x) (y = getcury(win), x = getcurx(win))
extern NCURSES_EXPORT(int) getcury (const WINDOW *); /* generated */