Date: Sun, 20 Feb 2000 21:05:30 +0500 (MVT) From: Prashant TR X-Sender: prashant_tr AT midpec DOT com To: Eli Zaretskii cc: fubu36 AT stny DOT rr DOT com, djgpp AT delorie DOT com Subject: Re: Cursor In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: dj-admin AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Sun, 20 Feb 2000, Eli Zaretskii wrote: > > On Sun, 20 Feb 2000, Prashant TR wrote: > > > _setcursortype(_NOCURSOR); // Turns off cursor. > > _setcursortype(_SOLIDCURSOR); // Gets a solid cursor. > > _setcursortype(_NORMALCURSOR); // To get the standard cursor. > > > > I think function 01h of INT 10h does the same. > > And what do you think _setcursortype calls to do its job? ;-) > I meant that I wasn't sure of the function number 01h. I didn't have the interrupt list with me. And using this call can get varieties of cursor sizes.