From: simon Date: Wed, 21 Jan 2009 18:47:03 +0000 (+0000) Subject: Don't call ReleaseCapture() on any mouse-button-up event. Instead, X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/commitdiff_plain/472f9eae6ae8fd07a9c234095afe385a5ac6f198?hp=472f9eae6ae8fd07a9c234095afe385a5ac6f198 Don't call ReleaseCapture() on any mouse-button-up event. Instead, only call it when the _last_ mouse button comes back up. Otherwise, xterm mouse tracking will lose a button-up event if you press down two buttons, move the mouse outside the window, then release them one at a time. git-svn-id: svn://svn.tartarus.org/sgt/putty@8425 cda61777-01e9-0310-a592-d414129be87e ---