Lines Matching refs:SCROLLREGION_LEFT
115 .start_col = SCROLLREGION_LEFT(state), in linefeed()
408 .start_col = SCROLLREGION_LEFT(state), in on_control()
746 state->pos.col = state->mode.origin ? SCROLLREGION_LEFT(state) : 0; in set_dec_mode()
1017 state->pos.col += SCROLLREGION_LEFT(state); in on_csi()
1098 rect.start_col = SCROLLREGION_LEFT(state); in on_csi()
1110 rect.start_col = SCROLLREGION_LEFT(state); in on_csi()
1137 rect.start_col = SCROLLREGION_LEFT(state); in on_csi()
1149 rect.start_col = SCROLLREGION_LEFT(state); in on_csi()
1218 state->pos.col += SCROLLREGION_LEFT(state); in on_csi()
1415 LBOUND(state->pos.col, SCROLLREGION_LEFT(state)); in on_csi()
1477 …vterm_push_output_sprintf_dcs(state->vt, "1$r%d;%ds", SCROLLREGION_LEFT(state)+1, SCROLLREGION_RIG… in request_status_string()