Starting a bit of refactoring to sort out how to handle the various UIs.
This commit is contained in:
parent
d8400d0a76
commit
f0829bb9ea
3 changed files with 94 additions and 58 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue