summaryrefslogtreecommitdiffstats
path: root/src/shell/history/mod.rs
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2022-03-01 02:41:34 -0500
committerJesse Luehrs <doy@tozt.net>2022-03-01 02:41:34 -0500
commit45553512fd8bc672d4ca4bdbbd9e914a7650620c (patch)
tree2e287505c44d7d9eddf11a9c29c96d896adf7e62 /src/shell/history/mod.rs
parentb792d9a83d0ed5e71ba4c0ae62730db8fee00216 (diff)
downloadnbsh-45553512fd8bc672d4ca4bdbbd9e914a7650620c.tar.gz
nbsh-45553512fd8bc672d4ca4bdbbd9e914a7650620c.zip
refactor
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),