diff options
| author | Jeff Carr <[email protected]> | 2023-04-05 13:06:42 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2023-04-05 13:06:42 -0500 |
| commit | 29efacf6f60d92231381699bc27d44d515a4063c (patch) | |
| tree | 4116b76bb7c2dc300cb93f92ec2ea66d57eeccf0 /toolkit/gocui/keybindings.go | |
| parent | 693a6f4398604e9932d714d24adc5c12472e750b (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.go | 1 |
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, |
