mirror of
https://github.com/tmux/tmux.git
synced 2025-01-12 03:08:46 +00:00
Do not ignore triple-click and send to pane.
This commit is contained in:
parent
567b27e10a
commit
05a15215c5
@ -506,7 +506,6 @@ server_client_check_mouse(struct client *c, struct key_event *event)
|
|||||||
type = TRIPLE;
|
type = TRIPLE;
|
||||||
x = m->x, y = m->y, b = m->b;
|
x = m->x, y = m->y, b = m->b;
|
||||||
log_debug("triple-click at %u,%u", x, y);
|
log_debug("triple-click at %u,%u", x, y);
|
||||||
ignore = 1;
|
|
||||||
goto have_event;
|
goto have_event;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user