From 23ee04fffe4bdf4b8c34603e4b191d7cc308051b Mon Sep 17 00:00:00 2001 From: lukeflo Date: Fri, 25 Oct 2024 12:48:19 +0200 Subject: Inegrate new command-action driven structure - Map keys to actions to commands - allows for easily adding config file support - restructure folders/files - implement own input mode - rewrite UI rendering to make it better editable --- src/tui.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/tui.rs') diff --git a/src/tui.rs b/src/tui.rs index a14a0ab..963abf9 100644 --- a/src/tui.rs +++ b/src/tui.rs @@ -15,9 +15,9 @@ // along with this program. If not, see . ///// -pub mod command; -pub mod commandnew; -pub mod handler; +// pub mod command; +pub mod commands; +// pub mod handler; pub mod ui; use crate::App; -- cgit v1.2.3