1
1
mirror of https://github.com/wez/wezterm.git synced 2024-09-20 11:17:15 +03:00
This commit is contained in:
Wez Furlong 2019-12-01 15:24:03 -08:00
parent 0f28ab8243
commit fc53b3969a

View File

@ -2,8 +2,8 @@
pub mod connection;
pub mod window;
pub use connection::*;
pub use self::window::*;
pub use connection::*;
mod copy_and_paste;
mod keyboard;
mod pointer;