Clear the screen on init
This commit is contained in:
parent
df3c9456c1
commit
33404c7733
@ -88,6 +88,7 @@ func Init() *Terminal {
|
||||
t.enterAlt()
|
||||
t.enterRaw()
|
||||
t.SetCursor(0, 0)
|
||||
t.Clear()
|
||||
t.Render()
|
||||
|
||||
t.watchSize()
|
||||
|
Reference in New Issue
Block a user