pub async fn tail(
session: &str,
framed: Framed<UnixStream, FrameCodec>,
ctl_path: &Path,
) -> Result<i32>Expand description
Read-only tail of a session’s PTY output. No raw mode, no stdin, no escape processing, no forwarding. Ctrl-C exits normally (default SIGINT handler).