Date: Sun, 20 Feb 2000 11:46:03 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Prashant TR cc: fubu36 AT stny DOT rr DOT com, djgpp AT delorie DOT com Subject: Re: Cursor In-Reply-To: <200002200154.GAA00891@midpec.com> 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, 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? ;-)