FTXUI
5.0.0
C++ functional terminal UI.
|
Go to the source code of this file.
Data Structures | |
class | ComponentBase |
It implement rendering itself as ftxui::Element. It implement keyboard navigation by responding to ftxui::Event. More... | |
Namespaces | |
namespace | ftxui |
namespace | ftxui::animation |
Typedefs | |
using | Component = std::shared_ptr< ComponentBase > |
using | Components = std::vector< Component > |