11 lines
124 B
Go
11 lines
124 B
Go
package gui
|
|
|
|
|
|
import (
|
|
tview "gitlab.com/tslocum/cview"
|
|
)
|
|
|
|
func newTabBar() *tview.TextView {
|
|
return tview.NewTextView()
|
|
}
|