@@ -23,6 +23,7 @@ type ScreenBar struct {
columns int
}
+// ScreenBar construction
func NewScreenBar(title string) *ScreenBar {
bar := new(ScreenBar)
bar.title = title