summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-28 17:40:02 -0600
committerJeff Carr <[email protected]>2024-01-28 17:40:02 -0600
commit63b76b29127aae98f5b709611cfcd036484ebefe (patch)
tree6b9793b72a2e5d4a846dc0693f7e8bfad6478e84 /structs.go
parent2e2e68ce070a987304d3f8e4bae832b2672f7875 (diff)
things laying over each other
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go3
1 files changed, 3 insertions, 0 deletions
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'