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 namespace Terminal {
18 using ftxui::Terminal::Size;
19 using ftxui::Terminal::SetFallbackSize;
21 using ftxui::Terminal::ColorSupport;
22 using ftxui::Terminal::SetColorSupport;
23 }
24}
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 the Terminal namespace of the Screen module.
The FTXUI ftxui:: namespace.
Definition animation.hpp:10