Home
last modified time | relevance | path

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

/openbsd/usr.bin/tmux/
H A Dinput-keys.c628 if (m->sgr_type != ' ' && (s->mode & MODE_MOUSE_SGR)) { in input_key_get_mouse()
H A Dscreen.c705 if (mode & MODE_MOUSE_SGR) in screen_mode_to_string()
H A Dinput.c1722 screen_write_mode_clear(sctx, MODE_MOUSE_SGR); in input_csi_dispatch_rm_private()
1817 screen_write_mode_set(sctx, MODE_MOUSE_SGR); in input_csi_dispatch_sm_private()
H A Dtmux.h579 #define MODE_MOUSE_SGR 0x200 macro
H A Dformat.c1709 if (ft->wp->base.mode & MODE_MOUSE_SGR) in format_cb_mouse_sgr_flag()