working common mode

This commit is contained in:
filipriec
2025-02-28 23:15:30 +01:00
parent f2d2943232
commit f1d2e5c43d
6 changed files with 205 additions and 107 deletions

View File

@@ -1,5 +1,6 @@
// src/client/modes/handlers.rs
pub mod event;
pub mod edit;
pub mod common;
pub mod command_mode;
pub mod read_only;