From: locke AT mcs DOT net (Peter Johnson) Newsgroups: comp.os.msdos.djgpp Subject: Re: working in text mode in djgpp Date: Sun, 21 Feb 1999 17:45:10 GMT Organization: BiLogic Productions Lines: 28 Message-ID: <36d1460c.146377828@news.cso.uiuc.edu> References: <79jg3r$cve$1 AT perki DOT connect DOT com DOT au> <36CF860B DOT 5568 AT wco DOT com> NNTP-Posting-Host: isr3193.urh.uiuc.edu Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Newsreader: Forte Agent 1.5/32.452 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com DJGPP does have the Borland-type extended conio.h functions. Look at conio.h for more details. Peter Johnson locke AT mcs DOT net On Sat, 20 Feb 1999 20:05:31 -0800, Mike_and_Beth wrote: >Ashley Smith wrote: >> >> Just wondering if djgpp has a library for doing things like clearing the >> screen in text mode, and changing the color of the text? If djgpp doesn't >> have these, can anyone suggest a library that does? (I looked at allegro >> but it seems to be more graphics based?) >> >> Any help appreciated. >> >> -- >> Ashley - > I just went thru this and found asolutions with pc.h ScreenClear and as >far as changing text color there are ScreenPutChar() and >ScreenPutString() along with the gets os same- use the attrib to change >color. see info and look up Libc and alphabet listing down to the >Screen.... >Mike Purtell >mandbx AT wco DOT com