mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-24 17:50:15 +09:00
Add tabbar and tab mouse support
This commit is contained in:
@@ -225,7 +225,7 @@ func main() {
|
||||
if action.InfoBar.HasPrompt {
|
||||
action.InfoBar.HandleEvent(event)
|
||||
} else {
|
||||
action.MainTab().HandleEvent(event)
|
||||
action.Tabs.HandleEvent(event)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user