Home
last modified time | relevance | path

Searched refs:SCROLLREGION_LEFT (Results 1 – 2 of 2) sorted by relevance

/external/libvterm/src/
Dstate.c115 .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()
[all …]
Dvterm_internal.h60 #define SCROLLREGION_LEFT(state) ((state)->mode.leftrightmargin ? (state)->scrollregion_left : 0) macro