summaryrefslogtreecommitdiff
path: root/eventBindings.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-06 02:54:50 -0600
committerJeff Carr <[email protected]>2025-02-06 02:54:50 -0600
commitd0e35bb98fde78d9d804ab68e11f3f4ef9bbc711 (patch)
tree71e176ca427aef724d7d6274619ed458e82a247d /eventBindings.go
parent8522d4671e02f6271777d5bbf327d2d522a9c9ef (diff)
rm more old code
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
}