termianl rendering text, backspace needs fix

This commit is contained in:
2025-01-19 02:54:00 -05:00
parent 09a6ad3ae2
commit 375cc7a88f
11 changed files with 227 additions and 129 deletions

View File

@ -3,6 +3,7 @@ pub const VERSION: &str = env!("CARGO_PKG_VERSION");
pub mod session;
pub mod commands;
pub mod history;
pub mod terminal;
pub mod ps;
pub mod rc;
pub mod vm;