getcury
oy = getcury(stdscr);
#define getyx(w, y, x) (y) = getcury(w), (x) = getcurx(w)
int getcury(WINDOW *);
report_int(getcury(win));
nrow = getcury(stdscr) + 1;
txt_y = getcury(mainwin)+1;