Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!burl!ulysses!bellcore!decvax!decwrl!pyramid!nsc!amdahl!bnrmtv!connery From: connery@bnrmtv.UUCP Newsgroups: net.micro.pc Subject: Re: Killing the EGA cursor Message-ID: <394@bnrmtv.UUCP> Date: Fri, 23-May-86 16:30:41 EDT Article-I.D.: bnrmtv.394 Posted: Fri May 23 16:30:41 1986 Date-Received: Tue, 27-May-86 07:26:16 EDT Organization: Bell Northern Research, Mtn. View, CA Lines: 10 ... You can turn the cursor off with the BIOS video set cursor size function. Just set AH=1, CH=start scan line, CL=end scan line and invoke INT 10H. If bit 5 of CH is set on (like with hex 20), then the cursor will be turned off. This works on all monitors. Of course you can always move the cursor off screen (like line 26) if this doesn't suit you. -- Glenn Connery, Bell Northern Research, Mountain View, CA {hplabs,amdahl,3comvax}!bnrmtv!connery