summaryrefslogtreecommitdiffstats
path: root/src/lib.rs
diff options
context:
space:
mode:
authorqkzk <qu3nt1n@gmail.com>2022-10-05 18:53:51 +0200
committerqkzk <qu3nt1n@gmail.com>2022-10-05 18:53:51 +0200
commit6110104fb60ca964f08a78128195cb63f02827fd (patch)
tree62d096fbf9acde7b68dbad647ce5783cb3930856 /src/lib.rs
parentddeae074a8bb2095d36ce4b06a3447a0fcf4461c (diff)
renamed FilesWindow to ContentWindow and filename accordingly
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 40b551c..0cb7ff8 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -2,9 +2,9 @@ pub mod actioner;
pub mod args;
pub mod completion;
pub mod config;
+pub mod content_window;
pub mod display;
pub mod event_char;
-pub mod file_window;
pub mod fileinfo;
pub mod help;
pub mod input;