Clear screen after ttyrec playback, but before enabling curses.

git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@552 db0b04b0-f4d1-0310-9a6d-de3e77497b0e
This commit is contained in:
Pasi Kallinen 2010-05-05 11:37:59 +00:00
parent 91f5cc7b07
commit 54c7cc29e5
1 changed files with 2 additions and 0 deletions

View File

@ -556,5 +556,7 @@ ttyplay_main (char *ttyfile, int mode, int resizex, int resizey)
term_resizex = term_resizey = -1;
printf("\033[2J"); /* clear screen afterwards */
return 0;
}