wsetscrreg
#define setscrreg(t, b) wsetscrreg(stdscr, t, b)
int wsetscrreg(WINDOW *, int, int);
return wsetscrreg(stdscr, top, bottom);
report_return(wsetscrreg(win, top, bottom));