delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp/2000/02/19/21:45:58

Date: Sun, 20 Feb 2000 06:54:58 +0500
From: Prashant TR <prashant_tr AT midpec DOT com>
Message-Id: <200002200154.GAA00891@midpec.com>
To: fubu36 AT stny DOT rr DOT com
Subject: Re: Cursor
Cc: djgpp AT delorie DOT com
Reply-To: djgpp AT delorie DOT com

> Since in standard c++ there isn't a cursor, graphics or anything else like
> that only a standard output device there must be a way to turn it off since
> it isn't part of c++ only a external funtion. Someone has to know.

_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. (I'm not too sure about the function no.)

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019