mirror of
https://github.com/wez/wezterm.git
synced 2024-12-28 07:55:03 +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};
|
use guiloop::{GuiSender, WindowId};
|
||||||
|
|
||||||
mod none;
|
mod none;
|
||||||
#[cfg(target_os = "macos")]
|
#[cfg(any(target_os = "macos", windows))]
|
||||||
pub use self::none::NoClipboard as Clipboard;
|
pub use self::none::NoClipboard as Clipboard;
|
||||||
|
|
||||||
#[cfg(all(unix, not(target_os = "macos")))]
|
#[cfg(all(unix, not(target_os = "macos")))]
|
||||||
|
Loading…
Reference in New Issue
Block a user