448c1abba0
Cursors are still a bit buggy and we should render in focus statusbar differently than in the other pane.
10 lines
172 B
Rust
10 lines
172 B
Rust
pub mod document;
|
|
pub mod editor;
|
|
pub mod theme;
|
|
pub mod tree;
|
|
pub mod view;
|
|
|
|
pub use document::Document;
|
|
pub use editor::Editor;
|
|
pub use theme::Theme;
|
|
pub use view::View;
|