Date: Mon, 24 Mar 1997 10:37:37 +0300 (IDT) From: Eli Zaretskii To: CrowTRobo cc: djgpp AT delorie DOT com Subject: Re: Disabling text mode clearing? In-Reply-To: <5h2o6a$i2l$1@news3.microserve.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Sun, 23 Mar 1997, CrowTRobo wrote: > Is it possible to stop djgpp from clearing the text mode screen when > your program begins and ends? There's nothing in DJGPP per se that has such an effect. If you are talking about a program written by you, please describe what library functions do you call at its start and end, so people here could suggest alternative methods of doing that without having the screen cleared. If it's one of the programs available as part of DJGPP, please tell which program is that.