diff options
| author | Jeff Carr <[email protected]> | 2023-04-26 09:21:11 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2023-04-26 09:21:11 -0500 |
| commit | e0269b216e1bbd04c1f2f8d6f9e6f3140a219870 (patch) | |
| tree | 2c782ca81becbf7ca18f068e3f531b659b2bfe1e /toolkit/gocui/keybindings.go | |
| parent | 7af6242cbfbd2d18461415e8421146f94093e8ca (diff) | |
gocui: windows & tabs in seperate rows
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'toolkit/gocui/keybindings.go')
| -rw-r--r-- | toolkit/gocui/keybindings.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/toolkit/gocui/keybindings.go b/toolkit/gocui/keybindings.go index c3e92d7..dd39e2d 100644 --- a/toolkit/gocui/keybindings.go +++ b/toolkit/gocui/keybindings.go @@ -46,9 +46,9 @@ func addDebugKeys(g *gocui.Gui) { func(g *gocui.Gui, v *gocui.View) error { log(logNow, "gocui.SetKeyBinding() dumpTree() START") // me.rootNode.dumpTree(true) + fakeStartWidth = me.DevelOffsetW + fakeStartHeight = me.TabH + me.FramePadH if (showDebug) { - fakeStartWidth = me.DevelOffsetW - fakeStartHeight = me.TabH + me.FramePadH me.rootNode.showFake() showDebug = false } else { |
