Home
last modified time | relevance | path

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

/external/libvterm/src/
Dmouse.c9 switch(state->mouse_protocol) { in output_mouse()
Dstate.c64 state->mouse_protocol = MOUSE_X10; in vterm_state_new()
771 state->mouse_protocol = val ? MOUSE_UTF8 : MOUSE_X10; in set_dec_mode()
775 state->mouse_protocol = val ? MOUSE_SGR : MOUSE_X10; in set_dec_mode()
779 state->mouse_protocol = val ? MOUSE_RXVT : MOUSE_X10; in set_dec_mode()
855 reply = state->mouse_protocol == MOUSE_UTF8; in request_dec_mode()
859 reply = state->mouse_protocol == MOUSE_SGR; in request_dec_mode()
863 reply = state->mouse_protocol == MOUSE_RXVT; in request_dec_mode()
Dvterm_internal.h90 enum { MOUSE_X10, MOUSE_UTF8, MOUSE_SGR, MOUSE_RXVT } mouse_protocol; member