HomeSort by relevance Sort by last modified time
    Searched refs:SCROLLREGION_RIGHT (Results 1 - 2 of 2) sorted by null

  /external/libvterm/src/
vterm_internal.h 61 int scrollregion_right; /* -1 means unbounded */ member in struct:VTermState
62 #define SCROLLREGION_RIGHT(state) ((state)->mode.leftrightmargin && (state)->scrollregion_right > -1 ? (state)->scrollregion_right : (state)->cols)
state.c 116 .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);
    [all...]

Completed in 72 milliseconds