Refactor TUI input handling and layout management

This commit is contained in:
scawful
2024-12-29 22:01:49 -05:00
parent a9cb2700ef
commit e92f486efa
2 changed files with 22 additions and 18 deletions

View File

@@ -12,6 +12,9 @@ namespace cli {
struct Context {
bool is_loaded = false;
ftxui::Component layout;
ftxui::Component main_component;
};
void ShowMain();