FTXUI
5.0.0
C++ functional terminal UI.
|
Go to the source code of this file.
Data Structures | |
struct | Dimensions |
Namespaces | |
namespace | ftxui |
namespace | ftxui::Terminal |
Enumerations | |
enum | Color { Palette1 , Palette16 , Palette256 , TrueColor } |
Functions | |
Dimensions | Size () |
Get the terminal size. More... | |
void | SetFallbackSize (const Dimensions &fallbackSize) |
Override terminal size in case auto-detection fails. More... | |
Color | ColorSupport () |
Get the color support of the terminal. More... | |
void | SetColorSupport (Color color) |
Override terminal color support in case auto-detection fails. More... | |
struct ftxui::Dimensions |
Definition at line 8 of file terminal.hpp.
Data Fields | ||
---|---|---|
int | dimx | |
int | dimy |