FTXUI 6.1.9
C++ functional terminal UI.
Loading...
Searching...
No Matches
string.cppm
Go to the documentation of this file.
1/// @module ftxui.screen.string
2/// @brief Module file for string functions of the Screen module
3
4module;
5
7
8export module ftxui.screen.string;
9
10/**
11 * @namespace ftxui
12 * @brief The FTXUI ftxui:: namespace
13 */
14export namespace ftxui {
15 using ftxui::to_string;
16 using ftxui::to_wstring;
17 using ftxui::string_width;
18 using ftxui::Utf8ToGlyphs;
19 using ftxui::CellToGlyphIndex;
20}
Module file for string functions of the Screen module.
The FTXUI ftxui:: namespace.
Definition animation.hpp:10