//! PTY handle abstraction for TUI integration.
//!
//! Provides a channel-based interface for bidirectional communication with a PTY.
//! The TUI can send input and control commands while receiving output asynchronously.
use ;
/// Handle for communicating with a PTY process.
/// Control commands for PTY management.