Closed kipraske closed 8 years ago
We could send the brogue process another event such as RNG_CHECK, SAVED_GAME_LOADED, or END_OF_RECORDING to call the global function refreshScreen();
Not the highest priority but it is a little annoying right now.
We will also need this for watching other people.
Perhaps rather than using an event which may have other implications, we use a special keystroke combination that is currently not used.
I am thinking ctrl+shift+(null key) would work. So a key that is not used along with ctrl+shift would do it. Or maybe just something not used often like "~" which shows the seed and turn number.
I ended up using a REFRESH_SCREEN event sent to brogue
In particular mirroring processes doesn't quite work because we only get the updates - we need the whole thing