FTXUI  5.0.0
C++ functional terminal UI.
Loading...
Searching...
No Matches
terminal.hpp File Reference
+ This graph shows which files directly or indirectly include this file:

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.
 

Data Structure Documentation

◆ ftxui::Dimensions

struct ftxui::Dimensions