summaryrefslogtreecommitdiffstats
path: root/src/shell/history/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/shell/history/mod.rs')
-rw-r--r--src/shell/history/mod.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shell/history/mod.rs b/src/shell/history/mod.rs
index 8b67ed2..2e8b817 100644
--- a/src/shell/history/mod.rs
+++ b/src/shell/history/mod.rs
@@ -3,6 +3,7 @@ use crate::shell::prelude::*;
mod entry;
pub use entry::Entry;
mod pty;
+mod vt;
pub struct History {
size: (u16, u16),