//! Control-mode command strings shared by the runtime drivers.
//!
//! The typed helpers (`send_keys`, `resize`) format identical commands regardless of
//! runtime, so the strings live here rather than being duplicated per driver.
use cratePaneId;
/// `send-keys -t %<pane> -H <hex> …` — inject raw bytes as hex byte values (`-H`),
/// the safe path for arbitrary bytes and control sequences (no key-name lookup).
pub
/// `refresh-client -C <cols>x<rows>` — set this control client's size.
pub