4#ifndef FTXUI_SCREEN_TERMINAL_HPP
5#define FTXUI_SCREEN_TERMINAL_HPP
A class representing terminal colors.
void SetColorSupport(Color color)
Override terminal color support in case auto-detection fails.
void SetFallbackSize(const Dimensions &fallbackSize)
Override terminal size in case auto-detection fails.
Dimensions Size()
Get the terminal size.
Color ColorSupport()
Get the color support of the terminal.
Decorator color(Color)
Decorate using a foreground color.