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 70 int scrollregion_left; member in struct:VTermState
71 #define SCROLLREGION_LEFT(state) ((state)->mode.leftrightmargin ? (state)->scrollregion_left : 0)
state.c 130 .start_col = SCROLLREGION_LEFT(state),
176 if(state->pos.col < SCROLLREGION_LEFT(state) ||
467 .start_col = SCROLLREGION_LEFT(state),
728 state->pos.col = state->mode.origin ? SCROLLREGION_LEFT(state) : 0;
1004 state->pos.col += SCROLLREGION_LEFT(state);
1088 rect.start_col = SCROLLREGION_LEFT(state);
1103 rect.start_col = SCROLLREGION_LEFT(state);
1133 rect.start_col = SCROLLREGION_LEFT(state);
1145 rect.start_col = SCROLLREGION_LEFT(state);
1232 state->pos.col += SCROLLREGION_LEFT(state)
    [all...]

Completed in 47 milliseconds