#[cfg(feature ="crossterm")]/// Crossterm event handling (requires the `crossterm` feature)
pubmodcrossterm;#[cfg(feature ="crossterm")]/// Convert a crossterm event to a command using the default keybindings.
pubusecrate::events::crossterm::event_to_command;