pub fn hyperlink_start_with_id<W: Write>(
w: &mut W,
id: &str,
url: &str,
) -> Result<()>Expand description
Open an OSC 8 hyperlink with an ID parameter.
The ID allows grouping multiple link spans.
Format: OSC 8 ; id=ID ; uri ST (or BEL)