alacritty/copypasta
Christian Duerr dd756c27fc
Fix selection copying on Windows
The `copypasta` crate incorrectly mapped the secondary clipboard on
Windows to the primary clipboard, leading to the primary clipboard
getting overwritten whenever the selection clipboard was updated.

The new Windows clipboard mimics the macOS clipboard, which also does
not have a selection clipboard.

This fixes #2050.
2019-04-21 00:52:06 +00:00
..
src Fix selection copying on Windows 2019-04-21 00:52:06 +00:00
Cargo.toml Bump dependencies 2019-04-03 22:57:54 +00:00
LICENSE-APACHE Start implementing copypasta, a clipboard library 2016-10-08 18:42:33 -07:00