From: Pasi Kallinen Date: Tue, 18 May 2010 19:58:32 +0000 (+0000) Subject: Make ncurses redraw the whole screen after watching someone. X-Git-Tag: v1.6.1-roc-dev~136 X-Git-Url: https://skyeroc.xyz/gitweb/?a=commitdiff_plain;h=ff31d082d1b75db37ff41147844cffbd34b8f238;p=dgamelaunch Make ncurses redraw the whole screen after watching someone. git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@574 db0b04b0-f4d1-0310-9a6d-de3e77497b0e --- diff --git a/TODO b/TODO index 93a4def..3fc384b 100644 --- a/TODO +++ b/TODO @@ -1,4 +1,6 @@ +-remove editoptions() and the editor compiled into dgl. + -move the games[] array into shmem? -$MTIME(filename) diff --git a/dgamelaunch.c b/dgamelaunch.c index c86299d..49847a0 100644 --- a/dgamelaunch.c +++ b/dgamelaunch.c @@ -1014,6 +1014,7 @@ watchgame: signals_release(); #endif initcurses (); + redrawwin(stdscr); } }