Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/tmux/dist/
Dcmd-resize-pane.c83 c->tty.mouse_drag_update = cmd_resize_pane_mouse_update; in cmd_resize_pane_exec()
166 c->tty.mouse_drag_update = NULL; in cmd_resize_pane_mouse_update()
Dserver-client.c800 c->tty.mouse_drag_update = NULL; in server_client_check_mouse()
962 if (c->tty.mouse_drag_update != NULL) in server_client_check_mouse()
1911 c->tty.mouse_drag_update(c, m); in server_client_key_callback()
Dtmux.h1521 void (*mouse_drag_update)(struct client *, member
Dtty.c362 tty->mouse_drag_update = NULL; in tty_start_tty()
Dwindow-copy.c5612 c->tty.mouse_drag_update = window_copy_drag_update; in window_copy_start_drag()