Closed snaggen closed 9 months ago
As part of fixing https://github.com/pop-os/cosmic-term/issues/49 , I have added support for the Primary clipboard.
It is behind #[cfg(target_family = "unix")] since I think it only makes sense on unix.
#[cfg(target_family = "unix")]
Note: Since cosmic-term is using window_clipboard 0.3, I have coded this patch against that version, but I think it should apply cleanly against master also.
I have cleaned it up a bit and synced with master
Closing this since #25 already exists
As part of fixing https://github.com/pop-os/cosmic-term/issues/49 , I have added support for the Primary clipboard.
It is behind
#[cfg(target_family = "unix")]
since I think it only makes sense on unix.Note: Since cosmic-term is using window_clipboard 0.3, I have coded this patch against that version, but I think it should apply cleanly against master also.