FTXUI
6.1.9
C++ functional terminal UI.
Loading...
Searching...
No Matches
surface.cppm
Go to the documentation of this file.
1
/// @module ftxui.screen:Surface
2
/// @brief Module file for the Surface class of the Screen module
3
4
module
;
5
6
#include <
ftxui/screen/surface.hpp
>
7
8
export
module
ftxui.screen:Surface
;
9
10
/**
11
* @namespace ftxui
12
* @brief The FTXUI ftxui:: namespace
13
*/
14
export
namespace
ftxui
{
15
using
ftxui::Surface
;
16
}
ftxui::Surface
A rectangular grid of Cell.
Definition
surface.hpp:17
ftxui.screen
Module file for FTXUI screen operations.
ftxui
The FTXUI ftxui:: namespace.
Definition
animation.hpp:10
surface.hpp