Home
last modified time | relevance | path

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

/external/libvterm/src/
Dstate.c31 static void updatecursor(VTermState *state, VTermPos *oldpos, int cancel_phantom) in updatecursor() argument
36 if(cancel_phantom) in updatecursor()
887 int cancel_phantom = 1; in on_csi() local
1193 cancel_phantom = 0; in on_csi()
1462 updatecursor(state, &oldpos, cancel_phantom); in on_csi()