Date: Tue, 16 Mar 1999 16:56:12 +0100 From: Rebecca To: djgpp mailing Subject: GRX question ( why clear screen ) Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com hi I've got a question about GRX23. Why cleaned the screen after I leave my program? for example: main() { GrSetMode( ..., 640, 480, 256 ); . . . GrSetMode( GrDefaultText ); printf("Text\n"); } The string writen to screen, but cleaned when the program terminate, but before the <> function started. thanks by .rebecca Believe in Angels.