FTXUI
0.8.1
C++ functional terminal UI.
|
Go to the source code of this file.
Data Structures | |
struct | Pixel |
A unicode character and its associated style. More... | |
class | Screen |
A rectangular grid of Pixel. More... | |
struct | Screen::Cursor |
Namespaces | |
ftxui | |
ftxui::Dimension | |
Define how the Screen's dimensions should look like. | |
Functions | |
Dimensions | Fixed (int) |
Dimensions | Full () |
struct ftxui::Screen::Cursor |
Definition at line 77 of file screen.hpp.
Data Fields | ||
---|---|---|
int | x | |
int | y |