//! Terminal UI for rtcom.
//!
//! Hosts the `ratatui` render loop, the `SerialPane` (`vt100`-backed
//! terminal emulator), and the modal configuration menu. Subscribes
//! to [`rtcom_core::EventBus`] for serial data + system events;
//! publishes back `TxBytes`, `Command`, `MenuOpened`/`Closed`, etc.
pub use TuiApp;
pub use Dispatch;
pub use ;
pub use ;
pub use ;
pub use SerialPane;