Searched refs:at_phantom (Results 1 – 2 of 2) sorted by relevance
43 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 …]
54 int at_phantom; /* True if we're on the "81st" phantom column to defer a wraparound */ member