From: Robert Hoehne Newsgroups: comp.os.msdos.djgpp Subject: Re: Blink vs 16 background colors. Date: Fri, 30 May 1997 11:53:16 +0200 Organization: TU Chemnitz-Zwickau Lines: 20 Message-ID: <338EA38C.6CF24F2E@Mathematik.tu-chemnitz.de> References: <5mk5os$ecv AT lion DOT cs DOT latrobe DOT edu DOT au> NNTP-Posting-Host: pandora.hrz.tu-chemnitz.de Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Gregary J Boyles wrote: > > How do you change the way in which the 7 bit of the text attribute byte is > interpreted i.e. change between having a blink attribute and having 16 > (instead of 8) background colors. There are two functions in libc (declared in conio.h) and described in libc.inf: void blinkvideo(void); void intensevideo(void); Robert -- ***************************************************************** * Robert Hoehne, Fakultaet fuer Mathematik, TU-Chemnitz-Zwickau * * Post: Am Berg 3, D-09573 Dittmannsdorf * * e-Mail: Robert DOT Hoehne AT Mathematik DOT TU-Chemnitz DOT DE * * WWW: http://www.tu-chemnitz.de/~rho * *****************************************************************