summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-06 04:47:50 -0600
committerJeff Carr <[email protected]>2025-02-06 04:47:50 -0600
commit9c7b139e5ac7c0fbec70a827aab6d0d2b9a030b7 (patch)
tree134dd43db3313fefc72f60d5520c3955130b06dc /structs.go
parentd3b25092f89c86c8448f4bd088cdd128b9e28e2c (diff)
full screen BG widget is created. good enough to ship it
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: