summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-09 04:53:49 -0600
committerJeff Carr <[email protected]>2025-02-09 04:53:49 -0600
commit58eff2a9e261335e656f7f5a2311801660b3afc6 (patch)
treee7c274277dfb5de60b1eb156ef8931344ad0934c /structs.go
parentc00084bf3fe773bfeee538dcb7f8ee2a85865d29 (diff)
disable enable is starting to display
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/structs.go b/structs.go
index 4a424b6..841a87e 100644
--- a/structs.go
+++ b/structs.go
@@ -204,6 +204,7 @@ type guiWidget struct {
frame bool // ?
selectedTab *tree.Node // for a window, this is currently selected tab
color *colorT // what color to use
+ colorLast colorT // the last color the widget had
defaultColor *colorT // the default colors // TODO: make a function for this instead
isBG bool // means this is the background widget. There is only one of these
}