vt_scroll
vt_scroll(vw, 0, VHS_END);
vt_scroll(vw, 0, VHS_END);
vt_scroll(vw, 0, VHS_SET);
vt_scroll(vw, -1, VHS_CUR);
vt_scroll(vw, -size.tp_row, VHS_CUR);
vt_scroll(vw, 0, VHS_END);
vt_scroll(vw, 1, VHS_CUR);
vt_scroll(vw, size.tp_row, VHS_CUR);
vt_scroll(vw, 0, VHS_END);