From: Prashant TR
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Message-ID: <14548.13796.8520.42098@envy.midpec.com>
Date: Sun, 19 Mar 2000 07:05:23 +0500 (MVT)
To: djgpp AT delorie DOT com
Subject: Re: textbackground help
In-Reply-To: <38D4077B.83FFA373@earthlink.net>
References: <38D4077B DOT 83FFA373 AT earthlink DOT net>
Reply-To: djgpp AT delorie DOT com
Errors-To: dj-admin AT delorie DOT com
X-Mailing-List: djgpp AT delorie DOT com
X-Unsubscribes-To: listserv AT delorie DOT com
Precedence: bulk
On 18 March 2000, John Tobin wrote:
> I thought that this fucntion would make the whole background the color I
> wanted..how do I make the whole program background the color I want?
Use textbackground and then clrscr(). If you don't want to clrscr(), you can
write to the video memory directly.