mirror of
https://github.com/wez/wezterm.git
synced 2024-11-22 22:42:48 +03:00
7373a4990b
On Wayland, copy mode often doesn't actually update the clipboard. Specifically, it only works one time after a pointer enter or pointer button event, then doesn't work again until the next event. This is because the Wayland protocol serial number in CopyAndPaste::last_serial is only updated by pointer enter and pointer button events. So, subsequent copies using only the keyboard reuse the same serial number and get ignored. last_serial used to be updated for keyboard events, too, but that was (accidentally?) dropped in commit |
||
---|---|---|
.. | ||
examples | ||
src | ||
build.rs | ||
Cargo.toml | ||
LICENSE.md |