FTXUI
5.0.0
C++ functional terminal UI.
|
A unicode character and its associated style. More...
Public Member Functions | |
Pixel () | |
Data Fields | |
bool | blink: 1 |
bool | bold: 1 |
bool | dim: 1 |
bool | inverted: 1 |
bool | underlined: 1 |
bool | underlined_double: 1 |
bool | strikethrough: 1 |
bool | automerge: 1 |
uint8_t | hyperlink = 0 |
std::string | character = " " |
Color | background_color = Color::Default |
Color | foreground_color = Color::Default |
A unicode character and its associated style.
Definition at line 20 of file screen.hpp.
|
inline |
Definition at line 21 of file screen.hpp.
bool blink |
Definition at line 32 of file screen.hpp.
bool bold |
Definition at line 33 of file screen.hpp.
bool dim |
Definition at line 34 of file screen.hpp.
bool inverted |
Definition at line 35 of file screen.hpp.
bool underlined |
Definition at line 36 of file screen.hpp.
bool underlined_double |
Definition at line 37 of file screen.hpp.
bool strikethrough |
Definition at line 38 of file screen.hpp.
bool automerge |
Definition at line 39 of file screen.hpp.
uint8_t hyperlink = 0 |
Definition at line 43 of file screen.hpp.
std::string character = " " |
Definition at line 47 of file screen.hpp.
Color background_color = Color::Default |
Definition at line 50 of file screen.hpp.
Color foreground_color = Color::Default |
Definition at line 51 of file screen.hpp.