Home
last modified time | relevance | path

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

/vim-8.2.3635/src/libvterm/src/
H A Dstate.c169 rect.start_col = SCROLLREGION_LEFT(state); in linefeed()
214 if(state->pos.col < SCROLLREGION_LEFT(state) || in is_cursor_in_scrollregion()
535 rect.start_col = SCROLLREGION_LEFT(state); in on_control()
1095 state->pos.col += SCROLLREGION_LEFT(state); in on_csi()
1179 rect.start_col = SCROLLREGION_LEFT(state); in on_csi()
1194 rect.start_col = SCROLLREGION_LEFT(state); in on_csi()
1224 rect.start_col = SCROLLREGION_LEFT(state); in on_csi()
1236 rect.start_col = SCROLLREGION_LEFT(state); in on_csi()
1324 state->pos.col += SCROLLREGION_LEFT(state); in on_csi()
1490 state->pos.col += SCROLLREGION_LEFT(state); in on_csi()
[all …]
H A Dvterm_internal.h83 #define SCROLLREGION_LEFT(state) ((state)->mode.leftrightmargin ? (state)->scrollregion_left : 0) macro