diff options
| author | Jeff Carr <[email protected]> | 2025-02-13 21:04:37 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-02-13 21:04:37 -0600 |
| commit | 1f33979af9d295ab7957dca55db9be5ba19c6324 (patch) | |
| tree | ae1692fac768a90c878895cedaf06f4833dfc3c8 /structs.go | |
| parent | 1e79d31a027e3ff7bf68bee2a139df8981db1885 (diff) | |
add Disable() and Enable()
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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?) |
