diff options
| author | Jeff Carr <[email protected]> | 2025-03-02 18:04:08 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-03-02 18:04:08 -0600 |
| commit | dc329ed18c27c3b7d0467b5fc131438f41ece678 (patch) | |
| tree | a160c25ce688290b89f244e064ee855071558375 /structs.go | |
| parent | 3e7287baea931b27770a6d7b33db51b889db50c5 (diff) | |
can refresh manually
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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?) |
