Searched refs:at_phantom (Results 1 - 2 of 2) sorted by relevance

/external/libvterm/src/
H A Dstate.c41 state->at_phantom = 0;
246 if(state->at_phantom || state->pos.col + width > state->cols) {
249 state->at_phantom = 0;
285 state->at_phantom = 1;
881 state->at_phantom = 0;
887 state->at_phantom = 0;
893 state->at_phantom = 0;
899 state->at_phantom = 0;
906 state->at_phantom = 0;
913 state->at_phantom
[all...]
H A Dvterm_internal.h48 int at_phantom; /* True if we're on the "81st" phantom column to defer a wraparound */ member in struct:VTermState

Completed in 1876 milliseconds