pub fn write_request_clipboard<W: Write>(w: &mut W, pc: u8) -> Result<()>Expand description
Request clipboard contents with ESC ] 52 ; <pc> ; ? BEL.
pc is written as a single selector character. Replies, when allowed by terminal policy, arrive asynchronously as OSC 52 data.