Merge branch 'obsd-master'

pull/2151/head
Thomas Adam 2020-04-01 14:01:25 +01:00
commit 7e6db00dd2
1 changed files with 0 additions and 1 deletions

View File

@ -504,7 +504,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 {