From c3ed795e59fc3dda826de0fc553e4045bdc2952a Mon Sep 17 00:00:00 2001 From: Antonio Lassandro Date: Mon, 11 Oct 2021 01:41:26 -0400 Subject: [PATCH] Enable mouse support in views.Application (#494) --- views/app.go | 1 + 1 file changed, 1 insertion(+) 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)