Do not ignore triple-click and send to pane.

pull/2151/head
nicm 2020-04-01 11:47:44 +00:00
parent 567b27e10a
commit 05a15215c5
1 changed files with 0 additions and 1 deletions

View File

@ -506,7 +506,6 @@ server_client_check_mouse(struct client *c, struct key_event *event)
type = TRIPLE;
x = m->x, y = m->y, b = m->b;
log_debug("triple-click at %u,%u", x, y);
ignore = 1;
goto have_event;
}
} else {