From dc329ed18c27c3b7d0467b5fc131438f41ece678 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 2 Mar 2025 18:04:08 -0600 Subject: can refresh manually --- structs.go | 1 + 1 file changed, 1 insertion(+) (limited to 'structs.go') diff --git a/structs.go b/structs.go index 425698e..9537b89 100644 --- a/structs.go +++ b/structs.go @@ -41,6 +41,7 @@ type config struct { 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 + refresh bool // redraw everything? 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