We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffb5010 commit c37d5cfCopy full SHA for c37d5cf
src/clip.rs
@@ -55,7 +55,7 @@ pub struct ClipboardManager {
55
impl ClipboardManager {
56
pub fn new(conf: ClipboardConfig) -> (ClipboardManager, Option<String>) {
57
// Dont worry about connecting to OS clipboard if using command
58
- if conf.cmd.is_some() {
+ if conf.cmd.is_some() || conf.osc52 {
59
#[cfg(any(target_os = "linux", target_os = "windows", target_os = "macos"))]
60
return (
61
Self {
0 commit comments