|
FTXUI
0.11.0
C++ functional terminal UI.
|
Go to the source code of this file.
Namespaces | |
| namespace | ftxui |
Functions | |
| int | wchar_width (wchar_t) |
| int | wstring_width (const std::wstring &) |
| int | string_width (const std::string &) |
| std::vector< std::string > | Utf8ToGlyphs (const std::string &input) |
| std::string | to_string (const std::wstring &s) |
| Convert a UTF8 std::string into a std::wstring. | |
| std::wstring | to_wstring (const std::string &s) |
| Convert a std::wstring into a UTF8 std::string. | |