Makes the System Console the active screen.
#include <screen.h> void ChangeToSystemConsoleScreen ( void );
When you close a screen, you can either activate another of your application's screen or you can use the ChangeToSystemConsoleScreen function to make the System Console the active screen.