mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-12-16 01:48:56 +08:00
17 lines
429 B
Plaintext
17 lines
429 B
Plaintext
|
|
/**
|
||
|
|
* @file screen.cppm
|
||
|
|
* @brief Module file for FTXUI screen operations.
|
||
|
|
*/
|
||
|
|
|
||
|
|
export module ftxui.screen;
|
||
|
|
|
||
|
|
export import ftxui.screen.box;
|
||
|
|
export import ftxui.screen.color;
|
||
|
|
export import ftxui.screen.color_info;
|
||
|
|
export import ftxui.screen.deprecated;
|
||
|
|
export import ftxui.screen.image;
|
||
|
|
export import ftxui.screen.pixel;
|
||
|
|
export import ftxui.screen.screen;
|
||
|
|
export import ftxui.screen.string;
|
||
|
|
export import ftxui.screen.terminal;
|