1
0
mirror of https://github.com/Rudi9719/kbtui.git synced 2026-03-23 12:37:23 +00:00

changed handleTab() to accomodate viewName

This commit is contained in:
2019-10-17 11:04:51 -06:00
parent f7144f3ad5
commit dffff400ff
2 changed files with 5 additions and 5 deletions

View File

@ -137,7 +137,7 @@ func initKeybindings() error {
}
if err := g.SetKeybinding("Input", gocui.KeyTab, gocui.ModNone,
func(g *gocui.Gui, v *gocui.View) error {
return handleTab()
return handleTab("Input")
}); err != nil {
return err
}