diff options
author | Christian Duerr <chrisduerr@users.noreply.github.com> | 2019-04-21 00:52:06 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-21 00:52:06 +0000 |
commit | dd756c27fc51fd2be1af893b41b10b618ffa83ce (patch) | |
tree | 72c1e118a12bdc63cb8040abb33e5e2af5ad58c0 /src/tty | |
parent | 0d060d5d801e3abb55035269138d819d38fc175b (diff) | |
download | alacritty-dd756c27fc51fd2be1af893b41b10b618ffa83ce.tar.gz alacritty-dd756c27fc51fd2be1af893b41b10b618ffa83ce.zip |
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.
Diffstat (limited to 'src/tty')
0 files changed, 0 insertions, 0 deletions