mirror of
https://github.com/wez/wezterm.git
synced 2024-12-26 23:04:49 +03:00
no clipboard on windows yet
This commit is contained in:
parent
f42463b601
commit
6d8e839b2b
@ -2,7 +2,7 @@ use failure::Error;
|
||||
use guiloop::{GuiSender, WindowId};
|
||||
|
||||
mod none;
|
||||
#[cfg(target_os = "macos")]
|
||||
#[cfg(any(target_os = "macos", windows))]
|
||||
pub use self::none::NoClipboard as Clipboard;
|
||||
|
||||
#[cfg(all(unix, not(target_os = "macos")))]
|
||||
|
Loading…
Reference in New Issue
Block a user