pub const HYPERLINK_RESET: &[u8] = b"\x1b]8;;\x1b\\";Expand description
Bytes that reset the current OSC 8 hyperlink: ESC ] 8 ; ; ESC \.
Writing this empty-URI OSC 8 sequence closes any hyperlink opened by
write_hyperlink; writing it with no hyperlink open is a harmless no-op.