Starting a bit of refactoring to sort out how to handle the various UIs.

This commit is contained in:
Zed A. Shaw 2024-12-30 16:33:56 -05:00
parent d8400d0a76
commit f0829bb9ea
3 changed files with 94 additions and 58 deletions

View file

@ -17,7 +17,8 @@ const int UI_PANEL_BORDER_PX=5;
using ftxui::Renderer, ftxui::Component, ftxui::Element, ftxui::Screen;
struct Panel {
class Panel {
public:
int x;
int y;
int width;