From: wajnberg AT antibes DOT inra DOT fr (Eric Wajnberg) Newsgroups: comp.os.msdos.djgpp Subject: Blinking characters Date: Mon, 7 Apr 2003 15:53:45 +0000 (UTC) Organization: I.N.R.A. Antibes (France) - Ecologie des Parasitoides Lines: 14 Message-ID: NNTP-Posting-Host: antibes.inra.fr X-Trace: saphir.jouy.inra.fr 1049730825 11831 195.221.33.1 (7 Apr 2003 15:53:45 GMT) X-Complaints-To: usenet AT news DOT inra DOT fr NNTP-Posting-Date: Mon, 7 Apr 2003 15:53:45 +0000 (UTC) X-Newsreader: TIN [version 1.2 PL2] To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hey, With textcolor(), textbackgound() (and functions like cprintf()), I can play with different colors. This is ok. However, I just can't make the printed text to blink. The help on-line on textattr() (in conio.h) is not really explicit.. So my question is: once I have forground and background colors, how can I switch to blinking mode, and switching back to steady mode? Thanks for any help on this.