Things are working pretty well now
This commit is contained in:
@@ -84,7 +84,7 @@ func (w *StatusBar) Draw(screen tcell.Screen) {
|
||||
|
||||
func (w *StatusBar) SetStyle(s tcell.Style) { w.style = s }
|
||||
func (w *StatusBar) Active() bool { return false }
|
||||
func (w *StatusBar) SetActive(a bool) {}
|
||||
func (w *StatusBar) SetActive(a bool) bool { return false }
|
||||
func (w *StatusBar) Visible() bool { return w.visible }
|
||||
func (w *StatusBar) SetVisible(a bool) { w.visible = a }
|
||||
func (w *StatusBar) Focusable() bool { return false }
|
||||
|
||||
Reference in New Issue
Block a user