zellij/zellij-server/src/ui/mod.rs
Aram Drevekenin 7dad61e529
refactor(tab): separate concerns (namely move pane positioning actions out of tab) (#985)
* refactor: move resizing methods to pane resizer

* refactor: move focus and close methods to pane grid

* refactor(tab): move move methods positioning to pane grid

* refactor(tab): separate pane resizer from pane grid

* style(fmt): make rustfmt happy

* style(fmt): make clippy happy
2022-01-03 15:56:41 +01:00

4 lines
98 B
Rust

pub mod boundaries;
pub mod overlay;
pub mod pane_boundaries_frame;
pub mod pane_contents_and_ui;