FTXUI 6.1.9
C++ functional terminal UI.
Loading...
Searching...
No Matches
cell.cppm
Go to the documentation of this file.
1/// @module ftxui.screen:Cell
2/// @brief Module file for the Cell struct of the Screen module
3
4module;
5
7
8export module ftxui.screen:Cell;
9
10/**
11 * @namespace ftxui
12 * @brief The FTXUI ftxui:: namespace
13 */
14export namespace ftxui {
15 using ftxui::Cell;
16}
A Unicode character and its associated style.
Definition cell.hpp:15
Module file for FTXUI screen operations.
The FTXUI ftxui:: namespace.
Definition animation.hpp:10