alacritty/src
Christian Duerr c541155167
Fix selection with right and middle mouse
Since there was no check for the button state for semantic and line
selection, it was possible to trigger selection using the middle and
right mouse button. This has been resolved by explicitly checking for
the pressed button before starting these selections.

To further ensure that double and triple clicks are only triggered when
the same button is pressed multiple times, the last pressed button is
stored.

This fixes #1915.
2019-01-08 07:37:58 +00:00
..
grid Normalize Log Message Strings 2019-01-07 00:06:57 +00:00
renderer Normalize Log Message Strings 2019-01-07 00:06:57 +00:00
term Normalize Log Message Strings 2019-01-07 00:06:57 +00:00
tty Normalize Log Message Strings 2019-01-07 00:06:57 +00:00
ansi.rs Normalize Log Message Strings 2019-01-07 00:06:57 +00:00
cli.rs Upgrade to Rust 2018 2018-12-10 17:53:56 +00:00
config.rs Normalize Log Message Strings 2019-01-07 00:06:57 +00:00
display.rs Normalize Log Message Strings 2019-01-07 00:06:57 +00:00
event.rs Fix selection with right and middle mouse 2019-01-08 07:37:58 +00:00
event_loop.rs Normalize Log Message Strings 2019-01-07 00:06:57 +00:00
index.rs Upgrade to Rust 2018 2018-12-10 17:53:56 +00:00
input.rs Fix selection with right and middle mouse 2019-01-08 07:37:58 +00:00
lib.rs Improve URL detection with special characters 2019-01-05 20:49:39 +00:00
locale.rs Use tool lints for clippy allow/deny lint attributes 2018-12-07 13:58:11 +00:00
logging.rs Normalize Log Message Strings 2019-01-07 00:06:57 +00:00
macros.rs Display errors and warnings 2018-11-17 14:39:13 +00:00
main.rs Normalize Log Message Strings 2019-01-07 00:06:57 +00:00
meter.rs Upgrade to Rust 2018 2018-12-10 17:53:56 +00:00
panic.rs Report Windows panics through MessageBox 2018-12-23 22:36:06 +00:00
selection.rs Upgrade to Rust 2018 2018-12-10 17:53:56 +00:00
sync.rs Upgrade to Rust 2018 2018-12-10 17:53:56 +00:00
url.rs Improve URL detection with special characters 2019-01-05 20:49:39 +00:00
util.rs Add key/mouse action for spawning new Alacritty instances 2019-01-05 20:47:12 +00:00
window.rs Use default cursor instead of arrow in mouse mode 2019-01-02 13:04:54 +00:00