24export namespace ftxui {
35 using ftxui::CellToGlyphIndex;
36 using ftxui::GetColorInfo;
37 using ftxui::Utf8ToGlyphs;
38 using ftxui::string_width;
39 using ftxui::to_string;
40 using ftxui::to_wstring;
41 using ftxui::wchar_width;
42 using ftxui::wstring_width;
49 using ftxui::Dimension::Fixed;
50 using ftxui::Dimension::Full;
59 using ftxui::Terminal::Size;
60 using ftxui::Terminal::SetFallbackSize;
61 using ftxui::Terminal::ColorSupport;
62 using ftxui::Terminal::SetColorSupport;
70 using ftxui::literals::operator
""_rgb;
Color is a class that represents a color in the terminal user interface.
A rectangular grid of Cell.
A rectangular grid of Cell.
Color
Color is an enumeration that represents the color support of the terminal.
Box is a structure that represents a rectangular area in a 2D space.
A Unicode character and its associated style.
ColorInfo is a structure that contains information about the terminal color palette.
Dimensions is a structure that represents the size of the terminal.
Module file for FTXUI screen operations.
The FTXUI ftxui::Dimension:: namespace.
The FTXUI ftxui::Terminal:: namespace.
The FTXUI ftxui:: namespace.
The FTXUI ftxui::literals:: namespace.