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

  /external/libvterm/src/
vterm_internal.h 59 int scrollregion_left; member in struct:VTermState
60 #define SCROLLREGION_LEFT(state) ((state)->mode.leftrightmargin ? (state)->scrollregion_left : 0)
state.c 115 .start_col = SCROLLREGION_LEFT(state),
408 .start_col = SCROLLREGION_LEFT(state),
746 state->pos.col = state->mode.origin ? SCROLLREGION_LEFT(state) : 0;
1017 state->pos.col += SCROLLREGION_LEFT(state);
1098 rect.start_col = SCROLLREGION_LEFT(state);
1110 rect.start_col = SCROLLREGION_LEFT(state);
1137 rect.start_col = SCROLLREGION_LEFT(state);
1149 rect.start_col = SCROLLREGION_LEFT(state);
1218 state->pos.col += SCROLLREGION_LEFT(state);
    [all...]

Completed in 1682 milliseconds