summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/structs.go b/structs.go
index 5539d52..8bf31dd 100644
--- a/structs.go
+++ b/structs.go
@@ -133,7 +133,8 @@ type guiWidget struct {
frame bool // ?
selectedTab *tree.Node // for a window, this is currently selected tab
color *colorT // what color to use
- resize bool
+ resize bool // the window is currently being resized
+ isBG bool // means this is the background widget. There is only one of these
}
// from the gocui devs: