RADLib
RADical C++ application framework
RADUi::TerminalLine Struct Reference

One logical terminal line with text and colors. More...

#include <RADTerminal.h>

+ Collaboration diagram for RADUi::TerminalLine:

Public Attributes

std::string text
 UTF-8/text bytes for the line. More...
 
TerminalColor foreground {230, 237, 242}
 Foreground color. More...
 
TerminalColor background {16, 20, 24}
 Background color. More...
 

Detailed Description

One logical terminal line with text and colors.

Member Data Documentation

◆ background

TerminalColor RADUi::TerminalLine::background {16, 20, 24}

Background color.

◆ foreground

TerminalColor RADUi::TerminalLine::foreground {230, 237, 242}

Foreground color.

◆ text

std::string RADUi::TerminalLine::text

UTF-8/text bytes for the line.


The documentation for this struct was generated from the following file: