14export namespace ftxui {
21 using ftxui::ScreenInteractivePrivate;
It implement rendering itself as ftxui::Element. It implement keyboard navigation by responding to ft...
Loop is a class that manages the event loop for a component.
ScreenInteractive is a Screen that can handle events, run a main loop, and manage components.
Represent an event. It can be key press event, a terminal resize, or more ...
A rectangular grid of Pixel.
Module file for the ScreenInteractive class of the Component module.
The FTXUI ftxui:: namespace.
std::shared_ptr< ComponentBase > Component