Home
last modified time | relevance | path

Searched refs:MOUSE_SGR (Results 1 – 25 of 29) sorted by relevance

12

/dports/devel/libvterm/libvterm-0.1.1/src/
H A Dmouse.c39 case MOUSE_SGR: in output_mouse()
H A Dvterm_internal.h90 enum { MOUSE_X10, MOUSE_UTF8, MOUSE_SGR, MOUSE_RXVT } mouse_protocol; enumerator
H A Dstate.c775 state->mouse_protocol = val ? MOUSE_SGR : MOUSE_X10; in set_dec_mode()
859 reply = state->mouse_protocol == MOUSE_SGR; in request_dec_mode()
/dports/devel/liteide/liteide-x37.4/liteidex/src/3rdparty/libvterm/src/
H A Dmouse.c39 case MOUSE_SGR: in output_mouse()
H A Dvterm_internal.h90 enum { MOUSE_X10, MOUSE_UTF8, MOUSE_SGR, MOUSE_RXVT } mouse_protocol; enumerator
/dports/mail/aerc/aerc-0.4.0/vendor/github.com/ddevault/go-libvterm/
H A Dmouse.c39 case MOUSE_SGR: in output_mouse()
H A Dvterm_internal.h90 enum { MOUSE_X10, MOUSE_UTF8, MOUSE_SGR, MOUSE_RXVT } mouse_protocol; enumerator
H A Dstate.c775 state->mouse_protocol = val ? MOUSE_SGR : MOUSE_X10; in set_dec_mode()
859 reply = state->mouse_protocol == MOUSE_SGR; in request_dec_mode()
/dports/mail/aerc/aerc-0.4.0/vendor/github.com/ddevault/go-libvterm/libvterm/src/
H A Dmouse.c39 case MOUSE_SGR: in output_mouse()
H A Dvterm_internal.h90 enum { MOUSE_X10, MOUSE_UTF8, MOUSE_SGR, MOUSE_RXVT } mouse_protocol; enumerator
H A Dstate.c775 state->mouse_protocol = val ? MOUSE_SGR : MOUSE_X10; in set_dec_mode()
859 reply = state->mouse_protocol == MOUSE_SGR; in request_dec_mode()
/dports/editors/vim/vim-8.2.3745/src/libvterm/src/
H A Dmouse.c39 case MOUSE_SGR: in output_mouse()
H A Dvterm_internal.h103 enum { MOUSE_X10, MOUSE_UTF8, MOUSE_SGR, MOUSE_RXVT } mouse_protocol; enumerator
/dports/devel/cgdb/cgdb-0.8.0/lib/vterm/
H A Dmouse.c39 case MOUSE_SGR: in output_mouse()
H A Dvterm_internal.h98 enum { MOUSE_X10, MOUSE_UTF8, MOUSE_SGR, MOUSE_RXVT } mouse_protocol; enumerator
/dports/graphics/aloadimage/arcan-0.6.1/src/frameserver/terminal/default/tsm/
H A Dlibtsm_int.h99 MOUSE_SGR = 8, enumerator
H A Dtsm_vte.c111 const static int MOUSE_PROTO = MOUSE_SGR | MOUSE_X10 | MOUSE_RXVT;
437 (fl & MOUSE_SGR) ? "sgr " : "", in tsm_vte_update_debug()
915 if (vte->mstate & MOUSE_SGR){ in mouse_wr()
1860 ( set ? MOUSE_SGR : MOUSE_X10); in csi_mode()
/dports/sysutils/acfgfs/arcan-0.6.1/src/frameserver/terminal/default/tsm/
H A Dlibtsm_int.h99 MOUSE_SGR = 8, enumerator
H A Dtsm_vte.c111 const static int MOUSE_PROTO = MOUSE_SGR | MOUSE_X10 | MOUSE_RXVT;
437 (fl & MOUSE_SGR) ? "sgr " : "", in tsm_vte_update_debug()
915 if (vte->mstate & MOUSE_SGR){ in mouse_wr()
1860 ( set ? MOUSE_SGR : MOUSE_X10); in csi_mode()
/dports/x11/aclip/arcan-0.6.1/src/frameserver/terminal/default/tsm/
H A Dlibtsm_int.h99 MOUSE_SGR = 8, enumerator
H A Dtsm_vte.c111 const static int MOUSE_PROTO = MOUSE_SGR | MOUSE_X10 | MOUSE_RXVT;
437 (fl & MOUSE_SGR) ? "sgr " : "", in tsm_vte_update_debug()
915 if (vte->mstate & MOUSE_SGR){ in mouse_wr()
1860 ( set ? MOUSE_SGR : MOUSE_X10); in csi_mode()
/dports/x11/arcan-trayicon/arcan-0.6.1/src/frameserver/terminal/default/tsm/
H A Dlibtsm_int.h99 MOUSE_SGR = 8, enumerator
H A Dtsm_vte.c111 const static int MOUSE_PROTO = MOUSE_SGR | MOUSE_X10 | MOUSE_RXVT;
437 (fl & MOUSE_SGR) ? "sgr " : "", in tsm_vte_update_debug()
915 if (vte->mstate & MOUSE_SGR){ in mouse_wr()
1860 ( set ? MOUSE_SGR : MOUSE_X10); in csi_mode()
/dports/x11/foot/foot/
H A Dcsi.c452 term->mouse_reporting = MOUSE_SGR; in decset_decrst()
453 else if (term->mouse_reporting == MOUSE_SGR) in decset_decrst()
621 case 1006: *enabled = term->mouse_reporting == MOUSE_SGR; return true; in decrqm()
664 case 1006: term->xtsave.mouse_sgr = term->mouse_reporting == MOUSE_SGR; break; in xtsave()
H A Dterminal.h247 MOUSE_SGR, /* ?1006h */ enumerator

12