4#ifndef FTXUI_SCREEN_TERMINAL_HPP
5#define FTXUI_SCREEN_TERMINAL_HPP
void SetColorSupport(Color color)
Override terminal color support in case auto-detection fails.
Color is a class that represents a color in the terminal user interface.
Color
Color is an enumeration that represents the color support of the terminal.
Dimensions Size()
Get the terminal size.
Color ColorSupport()
Get the color support of the terminal.
Dimensions is a structure that represents the size of the terminal.
void SetFallbackSize(const Dimensions &fallbackSize)
Override terminal size in case auto-detection fails.
The FTXUI ftxui:: namespace.