Home
last modified time | relevance | path

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

/vim-8.2.3635/src/libvterm/src/
H A Dstate.c39 state->at_phantom = 0; in updatecursor()
1026 state->at_phantom = 0; in on_csi()
1032 state->at_phantom = 0; in on_csi()
1038 state->at_phantom = 0; in on_csi()
1044 state->at_phantom = 0; in on_csi()
1051 state->at_phantom = 0; in on_csi()
1058 state->at_phantom = 0; in on_csi()
1064 state->at_phantom = 0; in on_csi()
1097 state->at_phantom = 0; in on_csi()
1263 state->at_phantom = 0; in on_csi()
[all …]
H A Dvterm_internal.h77 int at_phantom; /* True if we're on the "81st" phantom column to defer a wraparound */ member