kaycxx-term
C++ terminal library
Loading...
Searching...
No Matches
Classes | Functions
hyperlink.hpp File Reference

Defines terminal hyperlink output helpers. More...

#include <string>
#include <string_view>
Include dependency graph for hyperlink.hpp:
This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

Defines terminal hyperlink output helpers.

Function Documentation

◆ link()

hyperlink kaycxx::term::link ( std::string_view  url,
std::string_view  text 
)
inline

Creates a terminal hyperlink value.

Parameters
urlLink target URL.
textVisible link text.
Returns
Terminal hyperlink value.