par-term 0.30.9

Cross-platform GPU-accelerated terminal emulator with inline graphics support (Sixel, iTerm2, Kitty)
1
2
3
4
5
6
7
//! Copy mode implementation for WindowState.
//!
//! - `handler`: Key dispatch, enter/exit, and main loop.
//! - `search`: Search input, forward/backward scanning, and motion helpers.

pub mod handler;
pub mod search;