From bedb9979a9b65dad9d72dcbdb3174508d3714f36 Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Wed, 23 May 2018 00:44:08 +0300 Subject: Update some dependencies --- vendor/maunium.net/go/tview/application.go | 1 + 1 file changed, 1 insertion(+) (limited to 'vendor/maunium.net/go/tview/application.go') diff --git a/vendor/maunium.net/go/tview/application.go b/vendor/maunium.net/go/tview/application.go index 387c4c4..7e6da3a 100644 --- a/vendor/maunium.net/go/tview/application.go +++ b/vendor/maunium.net/go/tview/application.go @@ -277,6 +277,7 @@ func (a *Application) Suspend(f func()) bool { a.Unlock() panic(err) } + a.screen.EnableMouse() a.Unlock() a.Draw() -- cgit v1.2.3