From 63b76b29127aae98f5b709611cfcd036484ebefe Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 28 Jan 2024 17:40:02 -0600 Subject: things laying over each other Signed-off-by: Jeff Carr --- structs.go | 3 +++ 1 file changed, 3 insertions(+) (limited to 'structs.go') diff --git a/structs.go b/structs.go index 181db88..67555f1 100644 --- a/structs.go +++ b/structs.go @@ -160,6 +160,9 @@ type guiWidget struct { // sometimes this isn't visible like with a Box or Grid gocuiSize rectType + boxSizeW int + boxSizeH int + isCurrent bool // is this the currently displayed Window or Tab? isFake bool // widget types like 'box' are 'false' -- cgit v1.2.3