getpary
#define getparyx(w, y, x) (y) = getpary(w), (x) = getparx(w)
int getpary(WINDOW *);
report_int(getpary(win));