//! OSC 8 terminal hyperlink support.
use SHOULD_COLORIZE;
use Display;
/// Extension trait for wrapping display text in an OSC 8 terminal hyperlink.
///
/// Respects the same `NO_COLOR`, `CLICOLOR`, and tty checks that
/// the `colored` crate uses. When colorization is disabled the
/// text is returned unchanged.
pub