From 1f33979af9d295ab7957dca55db9be5ba19c6324 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 13 Feb 2025 21:04:37 -0600 Subject: add Disable() and Enable() --- structs.go | 1 + 1 file changed, 1 insertion(+) (limited to 'structs.go') diff --git a/structs.go b/structs.go index af5fb41..9df35aa 100644 --- a/structs.go +++ b/structs.go @@ -38,6 +38,7 @@ type config struct { myTree *tree.TreeInfo // ? currentWindow *guiWidget // this is the current tab or window to show ok bool // if the user doesn't hit a key or move the mouse, gocui doesn't really start + firstWindowOk bool // allows the init to wait for the first window from the application ctrlDown *tree.Node // shown if you click the mouse when the ctrl key is pressed helpLabel *gocui.View // ? showHelp bool // toggle boolean for the help menu (deprecate?) -- cgit v1.2.3