1
0
mirror of https://github.com/rivo/tview.git synced 2025-04-24 13:48:56 +08:00

Remove noise

This commit is contained in:
Travis Howse 2022-08-14 23:19:25 +10:00
parent 1a01dc6ba1
commit 583acbe93c

View File

@ -285,6 +285,7 @@ func (a *Application) Run() error {
a.screen = screen
enableMouse := a.enableMouse
a.Unlock()
// Initialize and draw this screen.
if err := screen.Init(); err != nil {
panic(err)