summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-03-02 18:04:08 -0600
committerJeff Carr <[email protected]>2025-03-02 18:04:08 -0600
commitdc329ed18c27c3b7d0467b5fc131438f41ece678 (patch)
treea160c25ce688290b89f244e064ee855071558375 /structs.go
parent3e7287baea931b27770a6d7b33db51b889db50c5 (diff)
can refresh manually
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 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?)