Home
last modified time | relevance | path

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

/external/libvterm/src/
Dstate.c128 .start_row = state->scrollregion_top, in linefeed()
173 if(state->pos.row < state->scrollregion_top || in is_cursor_in_scrollregion()
463 if(state->pos.row == state->scrollregion_top) { in on_control()
465 .start_row = state->scrollregion_top, in on_control()
727 state->pos.row = state->mode.origin ? state->scrollregion_top : 0; in set_dec_mode()
1003 state->pos.row += state->scrollregion_top; in on_csi()
1131 rect.start_row = state->scrollregion_top; in on_csi()
1143 rect.start_row = state->scrollregion_top; in on_csi()
1214 state->pos.row += state->scrollregion_top; in on_csi()
1231 state->pos.row += state->scrollregion_top; in on_csi()
[all …]
Dvterm_internal.h67 int scrollregion_top; member