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

Go to the source code of this file.

Namespaces

namespace  ftxui
 The FTXUI ftxui:: namespace.
 
namespace  ftxui::Terminal
 

Enumerations

enum  Color {
  Palette1 ,
  Palette16 ,
  Palette256 ,
  TrueColor
}
 Color is an enumeration that represents the color support of the terminal. More...
 

Functions

struct FTXUI_EXPORT (SCREEN) Box
 Box is a structure that represents a rectangular area in a 2D space.
 
 FTXUI_EXPORT (SCREEN) Quirks
 Quirks is a structure that represents various terminal-specific behaviors that may require fallbacks.
 
 FTXUI_EXPORT (SCREEN) void SetFallbackSize(const Dimensions &fallbackSize)
 
Color ComputeColorSupport (std::string_view term, std::string_view colorterm, std::string_view term_program, std::string_view terminal_name, std::string_view terminal_emulator_name, const std::vector< int > &capabilities)
 Compute the color support based on environment variables and terminal identification.