Home
last modified time | relevance | path

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

/external/libvterm/src/
Dstate.c37 state->at_phantom = 0; in updatecursor()
347 if(state->at_phantom || state->pos.col + width > THISROWWIDTH(state)) { in on_text()
350 state->at_phantom = 0; in on_text()
387 state->at_phantom = 1; in on_text()
955 state->at_phantom = 0; in on_csi()
961 state->at_phantom = 0; in on_csi()
967 state->at_phantom = 0; in on_csi()
973 state->at_phantom = 0; in on_csi()
980 state->at_phantom = 0; in on_csi()
987 state->at_phantom = 0; in on_csi()
[all …]
Dvterm_internal.h65 int at_phantom; /* True if we're on the "81st" phantom column to defer a wraparound */ member