par-term 0.30.5

Cross-platform GPU-accelerated terminal emulator with inline graphics support (Sixel, iTerm2, Kitty)
1
2
3
4
5
6
7
8
9
//! Keybinding system re-exports from the `par-term-keybindings` crate.

pub use par_term_keybindings::{
    KeyCombo, KeybindingMatcher, KeybindingRegistry, ParseError, key_combo_to_bytes,
    parse_key_sequence,
};

// Re-export submodule for backward compatibility
pub use par_term_keybindings::parser;