Lines Matching refs:SCROLLREGION_RIGHT
116 .end_col = SCROLLREGION_RIGHT(state), in linefeed()
409 .end_col = SCROLLREGION_RIGHT(state), in on_control()
957 rect.end_col = SCROLLREGION_RIGHT(state); in on_csi()
1099 rect.end_col = SCROLLREGION_RIGHT(state); in on_csi()
1111 rect.end_col = SCROLLREGION_RIGHT(state); in on_csi()
1124 rect.end_col = SCROLLREGION_RIGHT(state); in on_csi()
1138 rect.end_col = SCROLLREGION_RIGHT(state); in on_csi()
1150 rect.end_col = SCROLLREGION_RIGHT(state); in on_csi()
1390 rect.end_col = SCROLLREGION_RIGHT(state); in on_csi()
1402 rect.end_col = SCROLLREGION_RIGHT(state); in on_csi()
1416 UBOUND(state->pos.col, SCROLLREGION_RIGHT(state)-1); in on_csi()
1477 …_output_sprintf_dcs(state->vt, "1$r%d;%ds", SCROLLREGION_LEFT(state)+1, SCROLLREGION_RIGHT(state)); in request_status_string()