mirror of https://github.com/rivo/tview.git
Remove noise
This commit is contained in:
parent
1a01dc6ba1
commit
583acbe93c
|
@ -285,6 +285,7 @@ func (a *Application) Run() error {
|
||||||
a.screen = screen
|
a.screen = screen
|
||||||
enableMouse := a.enableMouse
|
enableMouse := a.enableMouse
|
||||||
a.Unlock()
|
a.Unlock()
|
||||||
|
|
||||||
// Initialize and draw this screen.
|
// Initialize and draw this screen.
|
||||||
if err := screen.Init(); err != nil {
|
if err := screen.Init(); err != nil {
|
||||||
panic(err)
|
panic(err)
|
||||||
|
|
Loading…
Reference in New Issue