Style

Text styling, which is an aggregate of attributes like bold or reverse, coloring (both foreground and background) and other attributes such as being clickable (to open a URL for example).

Members

Variables

attr
Attr attr;

text attributes

bg
Color bg;

background color

fg
Color fg;

foreground color

url
string url;

clickable URL, or none if empty

Meta