Date: Thu, 11 May 2000 06:26:55 +0500 (MVT) From: Prashant TR X-Sender: tr AT vsnl DOT net DOT in To: abacuc cc: djgpp AT delorie DOT com Subject: Re: color In-Reply-To: <8fcqgo$9oa$1@pegasus.tiscalinet.it> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Thu, 11 May 2000, abacuc wrote: > In conio library i find the "window" function. Now i want to know how can i > change the background color of a window and most in general i want to know > how can i change the color of the background of my application in djgpp! See textcolor and textbackground functions. They're in conio.h. "info libc alpha textcolor" should probably help. Prashant