1
1
mirror of https://github.com/wez/wezterm.git synced 2025-01-04 19:54:56 +03:00
This commit is contained in:
Wez Furlong 2019-02-17 17:45:54 -08:00
parent 3bec16a4b9
commit 254b8ab96b

View File

@ -1,7 +1,7 @@
use super::super::opengl::render::Renderer;
use super::super::{get_shell, spawn_window};
use super::xkeysyms;
use super::super::{Child, Command};
use super::xkeysyms;
use super::{Connection, Window};
use clipboard::{Clipboard, ClipboardImpl, Paste};
use config::Config;