]> git.proxmox.com Git - mirror_xterm.js.git/commit
Ensure outside selection pastes are respected
authorDaniel Imms <daimms@microsoft.com>
Tue, 20 Jun 2017 18:17:12 +0000 (11:17 -0700)
committerDaniel Imms <daimms@microsoft.com>
Tue, 20 Jun 2017 18:17:12 +0000 (11:17 -0700)
commit63d63c27e74a1302f6b09d6a667d6ddb946867f7
treea29aa93acbc429d3190999086e47429ebd292f74
parentef1e2ab9e23e3286772c52b638b20ae8889f3cd1
Ensure outside selection pastes are respected

We were resetting the selection on every auxclick, meaning outside
selections could not be pasted in when the terminal had a current
selection.
src/SelectionManager.ts
src/handlers/Clipboard.ts
src/xterm.js