summaryrefslogtreecommitdiff
path: root/gocui/keybindings.go
diff options
context:
space:
mode:
Diffstat (limited to 'gocui/keybindings.go')
-rw-r--r--gocui/keybindings.go2
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
}