pub fn write_clear_clipboard<W: Write>(w: &mut W, pc: u8) -> Result<()>
Clear a clipboard or selection with ESC ] 52 ; <pc> ; BEL.
ESC ] 52 ; <pc> ; BEL
The payload field is intentionally empty; pc selects which clipboard or selection to clear.
pc