diff options
| author | Jeff Carr <[email protected]> | 2025-02-08 17:19:41 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-02-08 17:19:41 -0600 |
| commit | 5a84456c7aa416ed228a809be28137802f35b6e0 (patch) | |
| tree | 0cf5b698401b2e82f1a2204698624e95362638a3 /structs.go | |
| parent | f8b7c603a12513c3865bb3166f11133a444b89c7 (diff) | |
more usability cleanups
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 { |
