HandleTime

This commit is contained in:
2025-09-08 18:40:10 -05:00
parent f571b13a31
commit 31161d7b99
10 changed files with 53 additions and 15 deletions

View File

@@ -188,7 +188,7 @@ func (w *Searcher) handleKeyEnter(ev *tcell.EventKey) bool {
return false
}
func (w *Searcher) HandleTime(ev *tcell.EventTime) {}
func (w *Searcher) HandleTime(ev *tcell.EventTime) { w.search.HandleTime(ev) }
func (w *Searcher) Draw(screen tcell.Screen) {
if !w.visible {
return