summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2019-05-31 13:15:38 -0700
committerJeff Carr <[email protected]>2019-05-31 13:15:38 -0700
commitb5d51c314debff42cf479b165f400d84a6b72f7e (patch)
tree34745c2b8970fe86427d755815801877bb3b12b3 /structs.go
parentf31e3850604b0150eac93862448ba520cd61b616 (diff)
more structural cleanups
Signed-off-by: Jeff Carr <[email protected]>
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
}