summaryrefslogtreecommitdiff
path: root/eventBindings.go
diff options
context:
space:
mode:
Diffstat (limited to 'eventBindings.go')
-rw-r--r--eventBindings.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/eventBindings.go b/eventBindings.go
index 3633ca7..d869474 100644
--- a/eventBindings.go
+++ b/eventBindings.go
@@ -154,12 +154,12 @@ func theLetterD(g *gocui.Gui, v *gocui.View) error {
fakeStartWidth = me.FakeW
fakeStartHeight = me.TabH + me.FramePadH
- if showDebug {
+ if me.showDebug {
showFake()
- showDebug = false
+ me.showDebug = false
} else {
hideFake()
- showDebug = true
+ me.showDebug = true
}
return nil
}