summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
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'