usr.bin/tmux/tmux.h
1644
struct mouse_event {
usr.bin/tmux/tmux.h
3069
struct mouse_event *, int);
usr.bin/tmux/tmux.h
3107
int cmd_mouse_at(struct window_pane *, struct mouse_event *,
usr.bin/tmux/tmux.h
3109
struct winlink *cmd_mouse_window(struct mouse_event *, struct session **);
usr.bin/tmux/tmux.h
3110
struct window_pane *cmd_mouse_pane(struct mouse_event *, struct session **,
usr.bin/tmux/tmux.h
3340
struct mouse_event *);
usr.bin/tmux/tmux.h
3394
int input_key_pane(struct window_pane *, key_code, struct mouse_event *);
usr.bin/tmux/tmux.h
3396
int input_key_get_mouse(struct screen *, struct mouse_event *, u_int,
usr.bin/tmux/tmux.h
3706
struct mouse_event *);
usr.bin/tmux/tmux.h
3718
struct client *, key_code, struct mouse_event *);
usr.bin/tmux/tmux.h
3907
struct mouse_event *, u_int *, u_int *);
usr.bin/tmux/tmux.h
3945
void window_copy_start_drag(struct client *, struct mouse_event *);