sizewin
sizewin(w, w->ww_alt.nr, w->ww_alt.nc);
sizewin(w, row - w->ww_w.t + 1, col - w->ww_w.l + 1);
void sizewin(struct ww *, int, int);