mirror of https://github.com/gdamore/tcell.git
Enable mouse support in views.Application (#494)
This commit is contained in:
parent
62f5502f7b
commit
c3ed795e59
|
@ -126,6 +126,7 @@ func (app *Application) run() {
|
|||
app.wg.Done()
|
||||
}()
|
||||
screen.Init()
|
||||
screen.EnableMouse()
|
||||
screen.Clear()
|
||||
widget.SetView(screen)
|
||||
|
||||
|
|
Loading…
Reference in New Issue