Lines Matching refs:start_col
100 .start_col = SCROLLREGION_LEFT(state), in linefeed()
260 .start_col = state->pos.col, in on_text()
356 .start_col = SCROLLREGION_LEFT(state), in on_control()
871 rect.start_col = state->pos.col; in on_csi()
947 rect.start_col = state->pos.col; rect.end_col = state->cols; in on_csi()
948 if(rect.end_col > rect.start_col) in on_csi()
952 rect.start_col = 0; in on_csi()
959 rect.start_col = 0; rect.end_col = state->cols; in on_csi()
960 if(rect.end_col > rect.start_col) in on_csi()
971 rect.start_col = 0; rect.end_col = state->cols; in on_csi()
986 rect.start_col = state->pos.col; rect.end_col = state->cols; break; in on_csi()
988 rect.start_col = 0; rect.end_col = state->pos.col + 1; break; in on_csi()
990 rect.start_col = 0; rect.end_col = state->cols; break; in on_csi()
995 if(rect.end_col > rect.start_col) in on_csi()
1005 rect.start_col = SCROLLREGION_LEFT(state); in on_csi()
1017 rect.start_col = SCROLLREGION_LEFT(state); in on_csi()
1029 rect.start_col = state->pos.col; in on_csi()
1041 rect.start_col = SCROLLREGION_LEFT(state); in on_csi()
1053 rect.start_col = SCROLLREGION_LEFT(state); in on_csi()
1065 rect.start_col = state->pos.col; in on_csi()
1281 rect.start_col = state->pos.col; in on_csi()
1293 rect.start_col = state->pos.col; in on_csi()
1605 .start_col = 0, in vterm_state_set_termprop()