Add SetStyle Function
This commit is contained in:
@@ -257,7 +257,8 @@ func (w *Searcher) buildBuffer() {
|
||||
w.buffer = b
|
||||
}
|
||||
|
||||
func (w *Searcher) Active() bool { return w.active }
|
||||
func (w *Searcher) SetStyle(s tcell.Style) { w.style = s }
|
||||
func (w *Searcher) Active() bool { return w.active }
|
||||
func (w *Searcher) SetActive(a bool) {
|
||||
w.active = a
|
||||
w.search.SetActive(a)
|
||||
|
||||
Reference in New Issue
Block a user