From 5a28806bdf79f360e43deb45f3e68623fb3e45a2 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Tue, 4 Feb 2025 09:40:51 -0600 Subject: getting closer on windows --- structs.go | 1 + 1 file changed, 1 insertion(+) (limited to 'structs.go') 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: -- cgit v1.2.3