summaryrefslogtreecommitdiff
path: root/toolkit/gocui/keybindings.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2023-04-05 13:06:42 -0500
committerJeff Carr <[email protected]>2023-04-05 13:06:42 -0500
commit29efacf6f60d92231381699bc27d44d515a4063c (patch)
tree4116b76bb7c2dc300cb93f92ec2ea66d57eeccf0 /toolkit/gocui/keybindings.go
parent693a6f4398604e9932d714d24adc5c12472e750b (diff)
gocui: rework spacing logic
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'toolkit/gocui/keybindings.go')
-rw-r--r--toolkit/gocui/keybindings.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/toolkit/gocui/keybindings.go b/toolkit/gocui/keybindings.go
index c449906..8e8a8dc 100644
--- a/toolkit/gocui/keybindings.go
+++ b/toolkit/gocui/keybindings.go
@@ -40,7 +40,6 @@ func defaultKeybindings(g *gocui.Gui) error {
var showDebug bool = true
-// dump out the widgets
func addDebugKeys(g *gocui.Gui) {
// dump all widget info to the log
g.SetKeybinding("", 'd', gocui.ModNone,