FTXUI 6.1.9
C++ functional terminal UI.
Loading...
Searching...
No Matches
screen/deprecated.cppm
Go to the documentation of this file.
1/// @module ftxui.screen:Deprecated
2/// @brief Screenモジュールの非推奨部分のモジュールファイル
3
4module;
5
7
8export module ftxui.screen:Deprecated;
9
10/**
11 * @namespace ftxui
12 * @brief FTXUI ftxui::名前空間
13 */
14export namespace ftxui {
15 using ftxui::wchar_width;
16 using ftxui::wstring_width;
17}
FTXUIスクリーン操作のためのモジュールファイル。
FTXUI ftxui:: 名前空間
Definition animation.hpp:9