WezTerm with vertical (side) tab bar — Nix flake; based on #3537 / PR #7574

fix: Save wayland selection offer to every surface (#7863) master

In Wayland, when something is copied to the clipboard, an "offer" is given to every "device". WezTerm holds these offers in a 'CopyAndPaste' struct, and reads from the offer when the user presses paste. WezTerm has one 'CopyAndPaste' for each window. When WezTerm receives a data offer, it previously only saved it to one 'CopyAndPaste' based on the active surface id. With this change, it writes it to every CopyAndPaste. Fixes #6685 Replaces #7034 --------- Co-authored-by: XeroOl <xerool@protonmail.com>


+11 -11
2 changed files