Home
last modified time | relevance | path

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

/vim-8.2.3635/src/libvterm/src/
H A Dstate.c170 rect.end_col = SCROLLREGION_RIGHT(state); in linefeed()
215 state->pos.col >= SCROLLREGION_RIGHT(state)) in is_cursor_in_scrollregion()
536 rect.end_col = SCROLLREGION_RIGHT(state); in on_control()
1015 rect.end_col = SCROLLREGION_RIGHT(state); in on_csi()
1180 rect.end_col = SCROLLREGION_RIGHT(state); in on_csi()
1195 rect.end_col = SCROLLREGION_RIGHT(state); in on_csi()
1211 rect.end_col = SCROLLREGION_RIGHT(state); in on_csi()
1225 rect.end_col = SCROLLREGION_RIGHT(state); in on_csi()
1237 rect.end_col = SCROLLREGION_RIGHT(state); in on_csi()
1545 rect.end_col = SCROLLREGION_RIGHT(state); in on_csi()
[all …]
H A Dvterm_internal.h85 #define SCROLLREGION_RIGHT(state) ((state)->mode.leftrightmargin && (state)->scrollregion_right > -… macro