|
RADLib
RADical C++ application framework
|
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... | |
One logical terminal line with text and colors.
| TerminalColor RADUi::TerminalLine::background {16, 20, 24} |
Background color.
| TerminalColor RADUi::TerminalLine::foreground {230, 237, 242} |
Foreground color.
| std::string RADUi::TerminalLine::text |
UTF-8/text bytes for the line.