Home
last modified time | relevance | path

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

/vim-8.2.3635/src/libvterm/src/
H A Dstate.c33 static void updatecursor(VTermState *state, VTermPos *oldpos, int cancel_phantom) in updatecursor() argument
38 if(cancel_phantom) in updatecursor()
956 int cancel_phantom = 1; in on_csi() local
1284 cancel_phantom = 0; in on_csi()
1592 updatecursor(state, &oldpos, cancel_phantom); in on_csi()