From 9c7b139e5ac7c0fbec70a827aab6d0d2b9a030b7 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 6 Feb 2025 04:47:50 -0600 Subject: full screen BG widget is created. good enough to ship it --- structs.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'structs.go') diff --git a/structs.go b/structs.go index 5539d52..8bf31dd 100644 --- a/structs.go +++ b/structs.go @@ -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: -- cgit v1.2.3