mirror of
https://github.com/gdamore/tcell.git
synced 2025-04-26 13:48:53 +08:00
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()
|
app.wg.Done()
|
||||||
}()
|
}()
|
||||||
screen.Init()
|
screen.Init()
|
||||||
|
screen.EnableMouse()
|
||||||
screen.Clear()
|
screen.Clear()
|
||||||
widget.SetView(screen)
|
widget.SetView(screen)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user