aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/history.rs0
-rw-r--r--src/main.rs1
2 files changed, 1 insertions, 0 deletions
diff --git a/src/history.rs b/src/history.rs
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/src/history.rs
diff --git a/src/main.rs b/src/main.rs
index 7c51497..52fc234 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -17,6 +17,7 @@ pub mod raw;
pub mod reload;
pub mod run;
mod basedir;
+mod history;
use linebuf::LineBuf;
use raw::*;