Skip to content

Commit

Permalink
Enable mouse support in views.Application (#494)
Browse files Browse the repository at this point in the history
  • Loading branch information
lassandro committed Oct 11, 2021
1 parent 62f5502 commit c3ed795
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions views/app.go
Expand Up @@ -126,6 +126,7 @@ func (app *Application) run() {
app.wg.Done()
}()
screen.Init()
screen.EnableMouse()
screen.Clear()
widget.SetView(screen)

Expand Down

0 comments on commit c3ed795

Please sign in to comment.