OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:at_phantom
(Results
1 - 2
of
2
) sorted by null
/external/libvterm/src/
state.c
43
state->
at_phantom
= 0;
297
if(state->
at_phantom
|| state->pos.col + width > THISROWWIDTH(state)) {
300
state->
at_phantom
= 0;
337
state->
at_phantom
= 1;
968
state->
at_phantom
= 0;
974
state->
at_phantom
= 0;
980
state->
at_phantom
= 0;
986
state->
at_phantom
= 0;
993
state->
at_phantom
= 0;
1000
state->
at_phantom
= 0
[
all
...]
vterm_internal.h
54
int
at_phantom
; /* True if we're on the "81st" phantom column to defer a wraparound */
member in struct:VTermState
Completed in 78 milliseconds