diff --git a/views/app.go b/views/app.go index 239fe051..21aca059 100644 --- a/views/app.go +++ b/views/app.go @@ -126,6 +126,7 @@ func (app *Application) run() { app.wg.Done() }() screen.Init() + screen.EnableMouse() screen.Clear() widget.SetView(screen)