FTXUI 6.1.9
C++ functional terminal UI.
Loading...
Searching...
No Matches
terminal.hpp File Reference

Go to the source code of this file.

Classes

struct  Dimensions
 Dimensionsは、ターミナルのサイズを表す構造体です。 More...
 

Namespaces

namespace  ftxui
 FTXUI ftxui:: 名前空間
 
namespace  ftxui::Terminal
 

Enumerations

enum  Color {
  Palette1 ,
  Palette16 ,
  Palette256 ,
  TrueColor
}
 Colorは、ターミナルの色サポートを表す列挙型です。 More...
 

Functions

Dimensions Size ()
 ターミナルサイズを取得します。
 
void SetFallbackSize (const Dimensions &fallbackSize)
 自動検出が失敗した場合にターミナルサイズを上書きします
 
Color ColorSupport ()
 ターミナルの色サポートを取得します。
 
void SetColorSupport (Color color)
 自動検出が失敗した場合にターミナルの色サポートを上書きします