From: tomservo AT onix DOT com (CrowTRobo) Newsgroups: comp.os.msdos.djgpp Subject: Re: Disabling text mode clearing? Date: Tue, 25 Mar 1997 21:38:20 GMT Organization: None Distribution: world Message-ID: <5h9gdq$68n$1@news3.microserve.net> References: NNTP-Posting-Host: d9.onix.com Lines: 10 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp I realized what was happening.The compiler that I was previously using checked to see if the mode you wanted to change using textmode() was the same as the current mode.If it was, nothing happened.So I just added that check in my own code and it works fine now. CrowTRobo MSTie #59332