4#ifndef FTXUI_SCREEN_TERMINAL_HPP
5#define FTXUI_SCREEN_TERMINAL_HPP
30void SetColorSupport(
Color color);
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.
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.