__subwin
return __subwin(orig, nlines, ncols, by, bx, FALSE);
static WINDOW *__subwin(WINDOW *orig, int nlines, int ncols, int by, int bx,
return __subwin(orig, nlines, ncols, orig->begy + by, orig->begx + bx,
return __subwin(orig, nlines, ncols, orig->begy + by, orig->begx + bx,