mirror of
https://github.com/paxed/dgamelaunch.git
synced 2025-07-31 01:24:43 +02:00
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?
|
-move the games[] array into shmem?
|
||||||
|
|
||||||
-$MTIME(filename)
|
-$MTIME(filename)
|
||||||
|
@ -1014,6 +1014,7 @@ watchgame:
|
|||||||
signals_release();
|
signals_release();
|
||||||
#endif
|
#endif
|
||||||
initcurses ();
|
initcurses ();
|
||||||
|
redrawwin(stdscr);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user