Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watnot!watmath!clyde!rutgers!ucla-cs!flowers From: flowers@ucla-cs.UUCP Newsgroups: comp.sys.ibm.pc Subject: Re: CursOff? Message-ID: <5250@shemp.ucla-cs.UCLA.EDU> Date: Fri, 27-Mar-87 17:53:53 EST Article-I.D.: shemp.5250 Posted: Fri Mar 27 17:53:53 1987 Date-Received: Sat, 28-Mar-87 15:31:36 EST References: <3580001@nucsrl.UUCP> Sender: root@ucla-cs.UCLA.EDU Reply-To: flowers@CS.UCLA.EDU (Margot Flowers) Organization: UCLA Computer Science Department Lines: 18 In article <3580001@nucsrl.UUCP> fourer@nucsrl.UUCP (Robert Fourer) writes: >Does anyone know how to stop the IBM PC cursor from blinking on and off? >I vaguely recall seeing an ad for a program that claimed to do this. Ray Duncan's book says that the blink is generated by the hardware. You can set the scan lines which the cursor occupies by an interrupt, but not the blink. I have been told that there is a package that provides a non-blinking cursor, I think by Nostradamus. Supposedly what it does is specify that the system cursor occupy no scan lines, thus making it be invisible, and then it provides a cursor of its own. The claim was that it is slow, because it is managing its own cursor and also that screen output must write twice as much (the invisible system cursor and then the software cursor). I haven't seen it myself so can't say. If you just want to change the shape of the cursor (or get rid of it), the code to do so is given in many books.