// src/tui/terminal.rs pub mod core; pub mod event_reader; pub use core::TerminalCore; pub use event_reader::EventReader;