Home
last modified time | relevance | path

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

/dports/sysutils/tmate-ssh-server/tmate-ssh-server-97d2024/
H A Dinput-keys.c263 if (m->sgr_type != ' ' && (wp->screen->mode & MODE_MOUSE_SGR)) { in input_key_mouse()
H A Dinput.c1476 screen_write_mode_clear(&ictx->ctx, MODE_MOUSE_SGR); in input_csi_dispatch_rm_private()
1559 screen_write_mode_set(&ictx->ctx, MODE_MOUSE_SGR); in input_csi_dispatch_sm_private()
H A Dscreen-write.c59 s->mode &= ~(ALL_MOUSE_MODES|MODE_MOUSE_UTF8|MODE_MOUSE_SGR); in screen_write_reset()
H A Dtmux.h622 #define MODE_MOUSE_SGR 0x200 macro
/dports/sysutils/tmux23/tmux-2.3/
H A Dinput-keys.c261 if (m->sgr_type != ' ' && (wp->screen->mode & MODE_MOUSE_SGR)) { in input_key_mouse()
H A Dinput.c1470 screen_write_mode_clear(&ictx->ctx, MODE_MOUSE_SGR); in input_csi_dispatch_rm_private()
1553 screen_write_mode_set(&ictx->ctx, MODE_MOUSE_SGR); in input_csi_dispatch_sm_private()
H A Dscreen-write.c147 s->mode &= ~(ALL_MOUSE_MODES|MODE_MOUSE_UTF8|MODE_MOUSE_SGR); in screen_write_reset()
H A Dtmux.h616 #define MODE_MOUSE_SGR 0x200 macro
/dports/sysutils/tmate/tmate-2.4.0/
H A Dinput-keys.c261 if (m->sgr_type != ' ' && (wp->screen->mode & MODE_MOUSE_SGR)) { in input_key_mouse()
H A Dinput.c1470 screen_write_mode_clear(&ictx->ctx, MODE_MOUSE_SGR); in input_csi_dispatch_rm_private()
1553 screen_write_mode_set(&ictx->ctx, MODE_MOUSE_SGR); in input_csi_dispatch_sm_private()
H A Dscreen-write.c59 s->mode &= ~(ALL_MOUSE_MODES|MODE_MOUSE_UTF8|MODE_MOUSE_SGR); in screen_write_reset()
H A Dtmux.h613 #define MODE_MOUSE_SGR 0x200 macro
/dports/sysutils/tmux/tmux-3.2a/
H A Dinput-keys.c600 if (m->sgr_type != ' ' && (s->mode & MODE_MOUSE_SGR)) { in input_key_get_mouse()
H A Dinput.c1701 screen_write_mode_clear(sctx, MODE_MOUSE_SGR); in input_csi_dispatch_rm_private()
1800 screen_write_mode_set(sctx, MODE_MOUSE_SGR); in input_csi_dispatch_sm_private()
H A Dtmux.h607 #define MODE_MOUSE_SGR 0x200 macro
H A Dtty.c714 if (tty->mode & MODE_MOUSE_SGR) in tty_update_mode()
H A Dformat.c1573 if (ft->wp->base.mode & MODE_MOUSE_SGR) in format_cb_mouse_sgr_flag()