Correct handling of mouse up events (don't ignore all but the last
authornicm <nicm@openbsd.org>
Wed, 10 Apr 2024 07:29:15 +0000 (07:29 +0000)
committernicm <nicm@openbsd.org>
Wed, 10 Apr 2024 07:29:15 +0000 (07:29 +0000)
commit9438bcf83d8096e8f2b787f4b8125ab80e9cf21d
tree7d5716a1bcbdd30ddbf3be0aa86fba93b53fdded
parentffe6655cba7dfc4cc559190151a45b8e497502dc
Correct handling of mouse up events (don't ignore all but the last
released button), and always process down event for double click. From
Rudy Dellomas III in GitHub issue 3919.
usr.bin/tmux/server-client.c