pub fn write_hyperlink<W: Write>(
w: &mut W,
url: &str,
params: &str,
) -> Result<()>Expand description
Begin an OSC 8 hyperlink with ESC ] 8 ; <params> ; <url> ESC \.
params and url are emitted verbatim. The hyperlink applies to following
printable text until HYPERLINK_RESET is written.