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. | |
void | SetFallbackSize (const Dimensions &fallbackSize) |
Override terminal size in case auto-detection fails. | |
Color | ColorSupport () |
Get the color support of the terminal. | |
void | SetColorSupport (Color color) |
Override terminal color support in case auto-detection fails. | |
struct ftxui::Dimensions |