diff options
| author | Jeff Carr <[email protected]> | 2025-02-04 09:40:51 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-02-04 09:40:51 -0600 |
| commit | 5a28806bdf79f360e43deb45f3e68623fb3e45a2 (patch) | |
| tree | f33fd3f3cc254f85866b16167c15206c306008b8 /structs.go | |
| parent | d2c681f573a44c5cd572dc8e0d6f470c0cda10ff (diff) | |
getting closer on windows
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -120,6 +120,7 @@ type guiWidget struct { frame bool // ? selectedTab *tree.Node // for a window, this is currently selected tab color *colorT // what color to use + resize bool } // from the gocui devs: |
