diff options
| author | Jeff Carr <[email protected]> | 2025-02-06 04:47:50 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-02-06 04:47:50 -0600 |
| commit | 9c7b139e5ac7c0fbec70a827aab6d0d2b9a030b7 (patch) | |
| tree | 134dd43db3313fefc72f60d5520c3955130b06dc /structs.go | |
| parent | d3b25092f89c86c8448f4bd088cdd128b9e28e2c (diff) | |
full screen BG widget is created. good enough to ship it
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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: |
