getbegx
#define getbegyx(w, y, x) (y) = getbegy(w), (x) = getbegx(w)
int getbegx(WINDOW *);
report_int(getbegx(win));