]> skyeroc.xyz Git - dgamelaunch/commitdiff
Make ncurses redraw the whole screen after watching someone.
authorPasi Kallinen <paxed@alt.org>
Tue, 18 May 2010 19:58:32 +0000 (19:58 +0000)
committerPasi Kallinen <paxed@alt.org>
Tue, 18 May 2010 19:58:32 +0000 (19:58 +0000)
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@574 db0b04b0-f4d1-0310-9a6d-de3e77497b0e

TODO
dgamelaunch.c

diff --git a/TODO b/TODO
index 93a4defb86ad38e9ca1ee2685aece77f434231c1..3fc384b0b01a8586e9e991e659f5bdf5de2b4047 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,4 +1,6 @@
 
+-remove editoptions() and the editor compiled into dgl.
+
 -move the games[] array into shmem?
 
 -$MTIME(filename)
index c86299d83918b30d7245c0677ae49b49f0279d72..49847a094e67b615a334dbc54bc58f82674e664f 100644 (file)
@@ -1014,6 +1014,7 @@ watchgame:
              signals_release();
 #endif
               initcurses ();
+             redrawwin(stdscr);
             }
         }