getcurx
for (x = getcurx(stdscr); x < COLS; x++) {
for (x = getcurx(stdscr); x < x0 + width; x++) {
ox = getcurx(stdscr);
#define getyx(w, y, x) (y) = getcury(w), (x) = getcurx(w)
int getcurx(WINDOW *);
report_int(getcurx(win));