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