From: "Gorden" Newsgroups: comp.os.msdos.djgpp Subject: Re: [ help! ] about mouse cursor in bios graphics mode Date: Fri, 17 Nov 2000 09:23:24 +0800 Organization: DCI HiNet Lines: 20 Message-ID: <8v216b$8ab@netnews.hinet.net> References: NNTP-Posting-Host: 210.242.228.137 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I try but not success Eli Zaretskii wrote in message news:Pine DOT SUN DOT 3 DOT 91 DOT 1001116120304 DOT 5962I-100000 AT is... > > On Thu, 16 Nov 2000, Gorden wrote: > > > /* changce mouse cursor type */ > > r.x.ax = 9; > > r.x.bx = 0; > > r.x.cx = 0; > > r.x.dx = (I do not know what is this ?) > > r.x.es = (I do not know what is this ?) > > __dpmi_int(0x33, &r); > > } > > See sections 18.2 and 18.4 of the DJGPP FAQ list, they explain this > issue. >