50 void addSection(std::unique_ptr<Component> section);
80 void moveFocus(
int dir);
82 std::vector<std::unique_ptr<Component>>
84 size_t m_focused_index =
Abstract base class for all TUI components.
Root TUI manager: renders sections, routes input, and runs the event loop.
Definition View.hpp:40
void addSection(std::unique_ptr< Component > section)
Append a top-level section to the view.
Definition View.cpp:12
void run()
Start the blocking TUI event loop.
Definition View.cpp:38