Files
FTXUI/src/ftxui/screen/deprecated.cppm

18 lines
350 B
Plaintext
Raw Normal View History

2025-06-05 07:16:53 +02:00
/// @module ftxui.screen.deprecated
/// @brief Module file for the deprecated parts of the Screen module
module;
#include <ftxui/screen/deprecated.hpp>
export module ftxui.screen.deprecated;
/**
* @namespace ftxui
* @brief The FTXUI ftxui:: namespace
*/
export namespace ftxui {
using ftxui::wchar_width;
using ftxui::wstring_width;
}