OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SCROLLREGION_LEFT
(Results
1 - 2
of
2
) sorted by null
/external/libvterm/src/
vterm_internal.h
53
int
scrollregion_left
;
member in struct:VTermState
54
#define
SCROLLREGION_LEFT
(state) ((state)->mode.leftrightmargin ? (state)->
scrollregion_left
: 0)
state.c
100
.start_col =
SCROLLREGION_LEFT
(state),
356
.start_col =
SCROLLREGION_LEFT
(state),
669
state->pos.col = state->mode.origin ?
SCROLLREGION_LEFT
(state) : 0;
930
state->pos.col +=
SCROLLREGION_LEFT
(state);
1005
rect.start_col =
SCROLLREGION_LEFT
(state);
1017
rect.start_col =
SCROLLREGION_LEFT
(state);
1041
rect.start_col =
SCROLLREGION_LEFT
(state);
1053
rect.start_col =
SCROLLREGION_LEFT
(state);
1122
state->pos.col +=
SCROLLREGION_LEFT
(state);
1270
state->
scrollregion_left
= CSI_ARG_OR(args[0], 1) - 1
[
all
...]
Completed in 341 milliseconds