From 45553512fd8bc672d4ca4bdbbd9e914a7650620c Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Tue, 1 Mar 2022 02:41:34 -0500 Subject: refactor --- src/shell/history/mod.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/shell/history/mod.rs') 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), -- cgit v1.2.3-54-g00ecf