diff options
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 { |
