Skip to main content

write_iterm2

Function write_iterm2 

Source
pub fn write_iterm2<W: Write>(w: &mut W, payload: &str) -> Result<()>
Expand description

Send a generic OSC 1337 message with ESC ] 1337 ; <payload> BEL.

payload is emitted verbatim; callers are responsible for avoiding embedded OSC terminators.