diff options
| author | Jeff Carr <[email protected]> | 2024-01-11 19:10:24 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-11 19:10:24 -0600 |
| commit | 3b258d0ce0e20ffedf8804409a16abbe84f1d383 (patch) | |
| tree | 0273746324f274f5c95e96a32b06911f4dd40e05 /gocui/keybindings.go | |
| parent | c4582b0b30e3020a92baf299572d8617872d45e5 (diff) | |
var value any
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'gocui/keybindings.go')
| -rw-r--r-- | gocui/keybindings.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gocui/keybindings.go b/gocui/keybindings.go index 4599cf3..8a4d194 100644 --- a/gocui/keybindings.go +++ b/gocui/keybindings.go @@ -144,7 +144,7 @@ func addDebugKeys(g *gocui.Gui) { func(g *gocui.Gui, v *gocui.View) error { if (showDebug) { var a widget.Action - a.B = true + a.Value = true a.ActionType = widget.EnableDebug callback <- a } |
