Home
last modified time | relevance | path

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

/external/libvterm/src/
Dstate.c116 .end_col = SCROLLREGION_RIGHT(state), in linefeed()
409 .end_col = SCROLLREGION_RIGHT(state), in on_control()
957 rect.end_col = SCROLLREGION_RIGHT(state); in on_csi()
1099 rect.end_col = SCROLLREGION_RIGHT(state); in on_csi()
1111 rect.end_col = SCROLLREGION_RIGHT(state); in on_csi()
1124 rect.end_col = SCROLLREGION_RIGHT(state); in on_csi()
1138 rect.end_col = SCROLLREGION_RIGHT(state); in on_csi()
1150 rect.end_col = SCROLLREGION_RIGHT(state); in on_csi()
1390 rect.end_col = SCROLLREGION_RIGHT(state); in on_csi()
1402 rect.end_col = SCROLLREGION_RIGHT(state); in on_csi()
[all …]
Dvterm_internal.h62 #define SCROLLREGION_RIGHT(state) ((state)->mode.leftrightmargin && (state)->scrollregion_right > -… macro