pub fn write_window_op<W: Write>(w: &mut W, p: u16, ps: &[u16]) -> Result<()>Expand description
Encode a generic XTWINOPS sequence.
p is the operation number and ps are additional decimal parameters. p == 0 emits nothing; otherwise the format is ESC [ <p> [;<ps>...] t.