Home
last modified time | relevance | path

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

/dports/sysutils/tmux23/tmux-2.3/
H A Dserver-fn.c439 c->flags |= CLIENT_IDENTIFY; in server_set_identify()
447 if (~c->flags & CLIENT_IDENTIFY) in server_clear_identify()
449 c->flags &= ~CLIENT_IDENTIFY; in server_clear_identify()
H A Dscreen-redraw.c499 if (c->flags & CLIENT_IDENTIFY) in screen_redraw_draw_panes()
H A Dserver-client.c603 if (c->flags & CLIENT_IDENTIFY && key >= '0' && key <= '9') { in server_client_handle_key()
H A Dtmux.h1280 #define CLIENT_IDENTIFY 0x100 macro
/dports/sysutils/tmate-ssh-server/tmate-ssh-server-97d2024/
H A Dserver-fn.c443 c->flags |= CLIENT_IDENTIFY; in server_set_identify()
451 if (c->flags & CLIENT_IDENTIFY) { in server_clear_identify()
452 c->flags &= ~CLIENT_IDENTIFY; in server_clear_identify()
H A Dscreen-redraw.c373 if (c->flags & CLIENT_IDENTIFY) in screen_redraw_draw_panes()
H A Dserver-client.c628 if (c->flags & CLIENT_IDENTIFY && key >= '0' && key <= '9') { in server_client_handle_key()
H A Dtmux.h1294 #define CLIENT_IDENTIFY 0x100 macro
/dports/sysutils/tmate/tmate-2.4.0/
H A Dserver-fn.c439 c->flags |= CLIENT_IDENTIFY; in server_set_identify()
447 if (c->flags & CLIENT_IDENTIFY) { in server_clear_identify()
448 c->flags &= ~CLIENT_IDENTIFY; in server_clear_identify()
H A Dscreen-redraw.c372 if (c->flags & CLIENT_IDENTIFY) in screen_redraw_draw_panes()
H A Dserver-client.c603 if (c->flags & CLIENT_IDENTIFY && key >= '0' && key <= '9') { in server_client_handle_key()
H A Dtmux.h1271 #define CLIENT_IDENTIFY 0x100 macro