From ff31d082d1b75db37ff41147844cffbd34b8f238 Mon Sep 17 00:00:00 2001 From: Pasi Kallinen Date: Tue, 18 May 2010 19:58:32 +0000 Subject: [PATCH] Make ncurses redraw the whole screen after watching someone. git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@574 db0b04b0-f4d1-0310-9a6d-de3e77497b0e --- TODO | 2 ++ dgamelaunch.c | 1 + 2 files changed, 3 insertions(+) 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); } }