Message-Id: <200007290620.JAA26995@mailgw3.netvision.net.il> Date: Sat, 29 Jul 2000 09:20:31 +0200 To: "Kurt Aistinger" X-Mailer: Emacs 20.6 (via feedmail 8.2.emacs20_6 I) and Blat ver 1.8.5b From: "Eli Zaretskii" CC: djgpp AT delorie DOT com In-reply-to: (kurt.aistinger@chello.at) Subject: Re: blinking characters References: 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 > From: "Kurt Aistinger" > Newsgroups: comp.os.msdos.djgpp > Date: Fri, 28 Jul 2000 13:59:13 GMT > > I recently downloaded DJGPP and now I have a question about making > characters blink: How can I do it? :-) > In TurboC++ there just was a color named BLINK. You gave a function as the > color-parameter BLINK and the text was blinking. > How can this be done with DJGPP? DJGPP also has BLINK, you need to include and use it, just like with Turbo C. If you tried that and it didn't work, please post specific details (a short test program, what it should have done, what it actually did, etc.).