Reset terminal when restarting movie

This commit is contained in:
Marcin Kulik 2012-04-15 20:18:17 +02:00
parent 6626f6cefc
commit a78678407f

View File

@ -14,6 +14,7 @@ class AsciiIo.Movie
@lastFrameAt = undefined
@framesProcessed = 0
@clearPauseState()
@vt.reset()
now: ->
(new Date()).getTime()