]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Make 'extend selection' mouse button work again.
authorSimon Tatham <anakin@pobox.com>
Mon, 28 Sep 2015 19:18:58 +0000 (20:18 +0100)
committerSimon Tatham <anakin@pobox.com>
Mon, 28 Sep 2015 19:18:58 +0000 (20:18 +0100)
commitdf006f36ce0527a8b38814fadd4129c604cec09a
treefb979b24f022b186da271ac06adc6f764ed5efac
parent675a5baa0f3a9f67474e4f19bc195a0939bbf443
Make 'extend selection' mouse button work again.

I broke it as a side effect of commit 30e63c105, in which I intended
to ignore mouse drag events that hadn't been preceded by a click. I
didn't spot that right-clicks (assuming Unix-style button mappings) go
through the same code path as left-drags, and hence were being ignored
even though they _were_ their own initiating click.
terminal.c