|
FTXUI
0.11.0
C++ functional terminal UI.
|
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| namespace | ftxui |
Functions | |
| Element | text (std::wstring text) |
| Display a piece of unicode text. | |
| Element | vtext (std::wstring text) |
| Display a piece unicode text vertically. | |
| Elements | paragraph (std::wstring the_text) |
| Return a vector of ftxui::text for every word of the string. This is useful combined with ftxui::hflow. | |