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 6101b3a commit b855cd0Copy full SHA for b855cd0
helix-view/src/clipboard.rs
@@ -190,9 +190,9 @@ mod external {
190
// These names should match the config option names from Serde
191
Self::Pasteboard => builtin_name("pasteboard", &PASTEBOARD),
192
Self::Wayland => builtin_name("wayland", &WL_CLIPBOARD),
193
- Self::XClip => builtin_name("x-clip", &WL_CLIPBOARD),
194
- Self::XSel => builtin_name("x-sel", &WL_CLIPBOARD),
195
- Self::Win32Yank => builtin_name("win-32-yank", &WL_CLIPBOARD),
+ Self::XClip => builtin_name("x-clip", &XCLIP),
+ Self::XSel => builtin_name("x-sel", &XSEL),
+ Self::Win32Yank => builtin_name("win-32-yank", &WIN32),
196
Self::Tmux => builtin_name("tmux", &TMUX),
197
Self::Termux => builtin_name("termux", &TERMUX),
198
#[cfg(windows)]
0 commit comments