summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-04 09:40:51 -0600
committerJeff Carr <[email protected]>2025-02-04 09:40:51 -0600
commit5a28806bdf79f360e43deb45f3e68623fb3e45a2 (patch)
treef33fd3f3cc254f85866b16167c15206c306008b8 /structs.go
parentd2c681f573a44c5cd572dc8e0d6f470c0cda10ff (diff)
getting closer on windows
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/structs.go b/structs.go
index b36bde9..a51b7a4 100644
--- a/structs.go
+++ b/structs.go
@@ -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: