|
kaycxx-term
C++ terminal library
|
Defines terminal hyperlink output helpers. More...
#include <string>#include <string_view>

Go to the source code of this file.
Classes | |
| struct | kaycxx::term::hyperlink |
| Terminal hyperlink value. More... | |
Functions | |
| hyperlink | kaycxx::term::link (std::string_view url, std::string_view text) |
| Creates a terminal hyperlink value. | |
Defines terminal hyperlink output helpers.
|
inline |
Creates a terminal hyperlink value.
| url | Link target URL. |
| text | Visible link text. |