Searched refs:input_key_get_mouse (Results 1 – 3 of 3) sorted by relevance
/openbsd/usr.bin/tmux/ |
H A D | input-keys.c | 707 input_key_get_mouse(struct screen *s, struct mouse_event *m, u_int x, u_int y, in input_key_get_mouse() function 805 if (!input_key_get_mouse(s, m, x, y, &buf, &len)) in input_key_mouse()
|
H A D | popup.c | 560 if (!input_key_get_mouse(&pd->s, m, px, py, &buf, &len)) in popup_key_cb()
|
H A D | tmux.h | 2893 int input_key_get_mouse(struct screen *, struct mouse_event *, u_int,
|