Skip to main content

write_finalterm

Function write_finalterm 

Source
pub fn write_finalterm<W: Write>(w: &mut W, params: &[&str]) -> Result<()>
Expand description

Emit a generic OSC 133 marker, ESC ] 133 [;<param>...] BEL.

Each string in params is appended as one semicolon-prefixed field. Use this for marker forms not covered by the specialized helpers.