mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-06-25 00:52:09 +08:00
16 lines
427 B
Plaintext
16 lines
427 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.ColorInfo;
|
||
|
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;
|