Home
last modified time | relevance | path

Searched refs:CLIENT_TRIPLECLICK (Results 1 – 2 of 2) sorted by relevance

/openbsd/usr.bin/tmux/
H A Dserver-client.c740 c->flags |= CLIENT_TRIPLECLICK; in server_client_check_mouse()
742 } else if (c->flags & CLIENT_TRIPLECLICK) { in server_client_check_mouse()
744 c->flags &= ~CLIENT_TRIPLECLICK; in server_client_check_mouse()
3002 if (c->flags & CLIENT_TRIPLECLICK) { in server_client_click_timer()
3015 c->flags &= ~(CLIENT_DOUBLECLICK|CLIENT_TRIPLECLICK); in server_client_click_timer()
H A Dtmux.h1913 #define CLIENT_TRIPLECLICK 0x200000 macro