|
FTXUI
3.0.0
C++ functional terminal UI.
|
Functions | |
| Dimensions | Size () |
| void | SetFallbackSize (const Dimensions &fallbackSize) |
| Override terminal size in case auto-detection fails. | |
| Color | ColorSupport () |
| void | SetColorSupport (Color color) |
Enumerations | |
| enum | Color { Palette1 , Palette16 , Palette256 , TrueColor } |
| enum Color |
| Enumerator | |
|---|---|
| Palette1 | |
| Palette16 | |
| Palette256 | |
| TrueColor | |
Definition at line 14 of file terminal.hpp.
| Dimensions Size | ( | ) |
Definition at line 84 of file terminal.cpp.
| void SetFallbackSize | ( | const Dimensions & | fallbackSize | ) |
Override terminal size in case auto-detection fails.
| fallbackSize | Terminal dimensions to fallback to |
Definition at line 114 of file terminal.cpp.
| Color ColorSupport | ( | ) |
Definition at line 118 of file terminal.cpp.
| void SetColorSupport | ( | Color | color | ) |
Definition at line 126 of file terminal.cpp.