|
FTXUI 6.1.9
C++ functional terminal UI.
|
Go to the source code of this file.
Namespaces | |
| namespace | ftxui |
| The FTXUI ftxui:: namespace. | |
Functions | |
| std::string | to_string (std::wstring_view s) |
| Convert a std::wstring into a UTF8 std::string. | |
| std::wstring | to_wstring (std::string_view s) |
| Convert a UTF8 std::string into a std::wstring. | |
| template<typename T > | |
| std::wstring | to_wstring (T s) |
| template<> | |
| std::wstring | to_wstring (const char *s) |
| int | string_width (std::string_view) |
| std::vector< std::string > | Utf8ToGlyphs (std::string_view input) |
| std::vector< int > | CellToGlyphIndex (std::string_view input) |