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