mirror of
https://github.com/wez/wezterm.git
synced 2024-12-23 13:21:38 +03:00
rename clienttab.rs -> clientpane.rs
This better reflects the renaming of the struct that took place a long time ago.
This commit is contained in:
parent
a652896418
commit
564b4563b3
@ -1,5 +1,5 @@
|
||||
pub use clienttab::ClientPane;
|
||||
pub use clientpane::ClientPane;
|
||||
|
||||
mod clienttab;
|
||||
mod clientpane;
|
||||
mod mousestate;
|
||||
mod renderable;
|
||||
|
@ -1,5 +1,5 @@
|
||||
use crate::domain::ClientInner;
|
||||
use crate::pane::clienttab::ClientPane;
|
||||
use crate::pane::clientpane::ClientPane;
|
||||
use anyhow::anyhow;
|
||||
use codec::*;
|
||||
use config::{configuration, ConfigHandle};
|
||||
|
Loading…
Reference in New Issue
Block a user