package gui import ( tview "gitlab.com/tslocum/cview" ) func newTabBar() *tview.TextView { return tview.NewTextView() }