From: "smile773" Newsgroups: comp.os.msdos.djgpp References: Subject: Re: dos color ? Lines: 11 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Message-ID: Date: Fri, 16 Jun 2000 01:55:39 GMT NNTP-Posting-Host: 12.72.103.180 X-Complaints-To: abuse AT worldnet DOT att DOT net X-Trace: bgtnsc04-news.ops.worldnet.att.net 961120539 12.72.103.180 (Fri, 16 Jun 2000 01:55:39 GMT) NNTP-Posting-Date: Fri, 16 Jun 2000 01:55:39 GMT Organization: AT&T Worldnet To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I think that I would like to add some code to the function "simulate-realmode interupt vector " Since the gpp 32 __dpmi work fine as long as we always initialize and reset textmode when we're done. not a problem. Since all video calls are passed to realmode, I think I want to catch these calls at this point and swap in the prefered text and background values ?