FTXUI 6.1.9
C++ functional terminal UI.
Loading...
Searching...
No Matches
terminal.cppm
Go to the documentation of this file.
1/// @module ftxui.screen:Terminal
2/// @brief Module file for the Terminal namespace of the Screen module
3
4module;
5
7
8export module ftxui.screen:Terminal;
9
10/**
11 * @namespace ftxui
12 * @brief The FTXUI ftxui:: namespace
13 */
14export namespace ftxui {
16
17 /**
18 * @namespace Terminal
19 * @brief The FTXUI ftxui::Terminal:: namespace
20 */
21 namespace Terminal {
22 using ftxui::Terminal::Size;
23 using ftxui::Terminal::SetFallbackSize;
25 using ftxui::Terminal::ColorSupport;
26 using ftxui::Terminal::SetColorSupport;
27 }
28}
Color
Color is an enumeration that represents the color support of the terminal.
Definition terminal.hpp:23
Dimensions is a structure that represents the size of the terminal.
Definition terminal.hpp:11
Module file for FTXUI screen operations.
The FTXUI ftxui::Terminal:: namespace.
The FTXUI ftxui:: namespace.
Definition animation.hpp:10