aboutsummaryrefslogtreecommitdiff
path: root/vendor/maunium.net/go/tview/application.go
diff options
context:
space:
mode:
authorTulir Asokan <tulir@maunium.net>2018-05-23 00:44:08 +0300
committerTulir Asokan <tulir@maunium.net>2018-05-23 00:44:08 +0300
commitbedb9979a9b65dad9d72dcbdb3174508d3714f36 (patch)
treebc5adfadfac2f58fbfe198aec9d93d96cd84656f /vendor/maunium.net/go/tview/application.go
parent14903e0cdcd3ba78face2cbe0ad0287da269a1ea (diff)
Update some dependencies
Diffstat (limited to 'vendor/maunium.net/go/tview/application.go')
-rw-r--r--vendor/maunium.net/go/tview/application.go1
1 files changed, 1 insertions, 0 deletions
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()