Clear the screen on init

This commit is contained in:
Kevin Cotugno 2017-12-31 19:14:14 -08:00
parent df3c9456c1
commit 33404c7733

View File

@ -88,6 +88,7 @@ func Init() *Terminal {
t.enterAlt()
t.enterRaw()
t.SetCursor(0, 0)
t.Clear()
t.Render()
t.watchSize()