Split improvements

This commit is contained in:
Zachary Yedidia
2019-01-05 16:27:04 -05:00
parent 23f5e9c770
commit e4e99b03d3
7 changed files with 125 additions and 35 deletions

View File

@@ -209,6 +209,7 @@ func main() {
for _, ep := range action.MainTab.Panes {
ep.Display()
}
action.MainTab.Display()
action.InfoBar.Display()
screen.Screen.Show()