Home
last modified time | relevance | path

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

/external/libvterm/src/
Dstate.c43 state->at_phantom = 0; in updatecursor()
297 if(state->at_phantom || state->pos.col + width > THISROWWIDTH(state)) { in on_text()
300 state->at_phantom = 0; in on_text()
337 state->at_phantom = 1; in on_text()
968 state->at_phantom = 0; in on_csi()
974 state->at_phantom = 0; in on_csi()
980 state->at_phantom = 0; in on_csi()
986 state->at_phantom = 0; in on_csi()
993 state->at_phantom = 0; in on_csi()
1000 state->at_phantom = 0; in on_csi()
[all …]
Dvterm_internal.h54 int at_phantom; /* True if we're on the "81st" phantom column to defer a wraparound */ member