Home
last modified time | relevance | path

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

/external/libvterm/src/
Dstate.c130 .start_col = SCROLLREGION_LEFT(state), in linefeed()
176 if(state->pos.col < SCROLLREGION_LEFT(state) || in is_cursor_in_scrollregion()
467 .start_col = SCROLLREGION_LEFT(state), in on_control()
728 state->pos.col = state->mode.origin ? SCROLLREGION_LEFT(state) : 0; in set_dec_mode()
1004 state->pos.col += SCROLLREGION_LEFT(state); in on_csi()
1088 rect.start_col = SCROLLREGION_LEFT(state); in on_csi()
1103 rect.start_col = SCROLLREGION_LEFT(state); in on_csi()
1133 rect.start_col = SCROLLREGION_LEFT(state); in on_csi()
1145 rect.start_col = SCROLLREGION_LEFT(state); in on_csi()
1232 state->pos.col += SCROLLREGION_LEFT(state); in on_csi()
[all …]
Dvterm_internal.h71 #define SCROLLREGION_LEFT(state) ((state)->mode.leftrightmargin ? (state)->scrollregion_left : 0) macro