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

/external/libvterm/src/
H A Dvterm_internal.h62 #define SCROLLREGION_RIGHT(state) ((state)->mode.leftrightmargin && (state)->scrollregion_right > -1 ? (state)->scrollregion_right : (state)->cols) macro
H A Dstate.c116 .end_col = SCROLLREGION_RIGHT(state),
409 .end_col = SCROLLREGION_RIGHT(state),
957 rect.end_col = SCROLLREGION_RIGHT(state);
1099 rect.end_col = SCROLLREGION_RIGHT(state);
1111 rect.end_col = SCROLLREGION_RIGHT(state);
1124 rect.end_col = SCROLLREGION_RIGHT(state);
1138 rect.end_col = SCROLLREGION_RIGHT(state);
1150 rect.end_col = SCROLLREGION_RIGHT(state);
1390 rect.end_col = SCROLLREGION_RIGHT(state);
1402 rect.end_col = SCROLLREGION_RIGHT(stat
[all...]

Completed in 267 milliseconds