//! Input parsing for terminal events.
//!
//! This module provides ANSI sequence parsing for keyboard, mouse, and other
//! terminal events. It supports both legacy VT sequences and modern extensions
//! like SGR mouse encoding.
pub use ;
pub use ;
pub use ;
// Re-export mouse types from terminal module (they're re-exported there)
pub use crate;