Add tabbar and tab mouse support

This commit is contained in:
Zachary Yedidia
2019-01-09 22:13:50 -05:00
parent 8aa05cf409
commit eec4e535b4
6 changed files with 135 additions and 71 deletions

View File

@@ -225,7 +225,7 @@ func main() {
if action.InfoBar.HasPrompt {
action.InfoBar.HandleEvent(event)
} else {
action.MainTab().HandleEvent(event)
action.Tabs.HandleEvent(event)
}
}
}