summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-08 17:19:41 -0600
committerJeff Carr <[email protected]>2025-02-08 17:19:41 -0600
commit5a84456c7aa416ed228a809be28137802f35b6e0 (patch)
tree0cf5b698401b2e82f1a2204698624e95362638a3 /structs.go
parentf8b7c603a12513c3865bb3166f11133a444b89c7 (diff)
more usability cleanups
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 565ce28..e33b7dc 100644
--- a/structs.go
+++ b/structs.go
@@ -156,9 +156,9 @@ type window struct {
active bool // means this window is the active one
isBG bool // means this is the background widget. There is only one of these
order int // what level the window is on
- resize bool // only set the title once
- collapsed bool // only show the window title bar
- dense bool // true if the window is huge
+ // resize bool // only set the title once
+ collapsed bool // only show the window title bar
+ dense bool // true if the window is huge
}
type colorT struct {