Date: Tue, 08 Apr 2003 06:15:12 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: wajnberg AT antibes DOT inra DOT fr Message-Id: <1659-Tue08Apr2003061512+0300-eliz@elta.co.il> X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 1.8.9 CC: djgpp AT delorie DOT com In-reply-to: (wajnberg@antibes.inra.fr) 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: wajnberg AT antibes DOT inra DOT fr (Eric Wajnberg) > Newsgroups: comp.os.msdos.djgpp > Date: Mon, 7 Apr 2003 15:53:45 +0000 (UTC) > > 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? Try using the function `blinkvideo' (see its docs for more) before you set the blink attribute with `textattr'.