Searched refs:scrollregion_bottom (Results 1 – 2 of 2) sorted by relevance
57 int scrollregion_bottom; /* -1 means unbounded */ member58 #define SCROLLREGION_BOTTOM(state) ((state)->scrollregion_bottom > -1 ? (state)->scrollregion_botto…
1359 … state->scrollregion_bottom = argcount < 2 || CSI_ARG_IS_MISSING(args[1]) ? -1 : CSI_ARG(args[1]); in on_csi()1362 LBOUND(state->scrollregion_bottom, -1); in on_csi()1363 if(state->scrollregion_top == 0 && state->scrollregion_bottom == state->rows) in on_csi()1364 state->scrollregion_bottom = -1; in on_csi()1366 UBOUND(state->scrollregion_bottom, state->rows); in on_csi()1414 UBOUND(state->pos.row, state->scrollregion_bottom-1); in on_csi()1626 state->scrollregion_bottom = -1; in vterm_state_reset()