summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/structs.go b/structs.go
index 16e0291..929ad17 100644
--- a/structs.go
+++ b/structs.go
@@ -76,10 +76,10 @@ type GuiWindow struct {
C *pb.Config
W *ui.Window
- T *ui.Tab // if this != nil, the window is 'tabbed'
+ UiTab *ui.Tab // if this != nil, the window is 'tabbed'
BoxMap map[string]*GuiBox
- Box1 *ui.Box
- Box2 *ui.Box
+// Box1 *ui.Box
+// Box2 *ui.Box
}