/** * @file Box.cppm * @brief Module file for the deprecated parts of the Screen module */ module; #include export module ftxui.screen.Deprecated; /** * @namespace ftxui * @brief The FTXUI ftxui:: namespace */ export namespace ftxui { using ftxui::wchar_width; using ftxui::wstring_width; }