Make ncurses redraw the whole screen after watching someone.
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@574 db0b04b0-f4d1-0310-9a6d-de3e77497b0e
This commit is contained in:
parent
693eb02d0d
commit
ff31d082d1
2
TODO
2
TODO
|
@ -1,4 +1,6 @@
|
|||
|
||||
-remove editoptions() and the editor compiled into dgl.
|
||||
|
||||
-move the games[] array into shmem?
|
||||
|
||||
-$MTIME(filename)
|
||||
|
|
|
@ -1014,6 +1014,7 @@ watchgame:
|
|||
signals_release();
|
||||
#endif
|
||||
initcurses ();
|
||||
redrawwin(stdscr);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue