diff --git a/termwiz/src/hyperlink.rs b/termwiz/src/hyperlink.rs index 7f1cea76b08..159298f7cde 100644 --- a/termwiz/src/hyperlink.rs +++ b/termwiz/src/hyperlink.rs @@ -1,6 +1,6 @@ //! Handling hyperlinks. //! This gist describes an escape sequence for explicitly managing hyperlinks: -//! +//! //! We use that as the foundation of our hyperlink support, and the game //! plan is to then implicitly enable the hyperlink attribute for a cell //! as we recognize linkable input text during print() processing.