working finally

This commit is contained in:
filipriec
2025-03-24 18:57:59 +01:00
parent e6851e1fe4
commit 8a248cab58
3 changed files with 19 additions and 21 deletions

View File

@@ -2,7 +2,7 @@
use crate::tui::terminal::core::TerminalCore;
pub struct CommandHandler {
is_saved: bool,
pub is_saved: bool,
}
impl CommandHandler {