home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!cs.utexas.edu!sun-barr!olivea!charnel!rat!library.calpoly.edu!todd
- From: todd@library.calpoly.edu (Todd Kennedy)
- Newsgroups: comp.os.msdos.programmer
- Subject: Re: How can cursor be suppressed?
- Keywords: no_blink, program
- Message-ID: <1993Jan01.190708.5985@rat.csc.calpoly.edu>
- Date: 1 Jan 93 19:07:08 GMT
- References: <hrpbds.13@pnv.palm.cri.nz> <C06qwr.5yw@world.std.com>
- Organization: Kennedy Library, Cal Poly, SLO
- Lines: 22
- Nntp-Posting-Host: library.calpoly.edu
-
- In article <C06qwr.5yw@world.std.com> jkenton@world.std.com (Jeff Kenton) writes:
- >news@massey.ac.nz (USENET News System) writes:
- >
- >>I am searching for a program to switch off the DOS cursor, but have so far
- >>only found a Unix program.
- >>Does someone know a program name and site? Thanks.
- >
- >Try moving the cursor to line 25 (below the last line on the screen).
- >
-
- Or, if you're using Borland 'C', use: _setcursortype(_NOCURSOR) Of
- course, at the end of the program you'll have to turn the cursor back on
- with _setcursortype(_NORMALCURSOR)
-
- Todd
-
-
- --
- ============================================================================
- Todd M. Kennedy Email: todd@library.CalPoly.EDU or
- Polycat System Support tkennedy@flute.CalPoly.EDU
- San Luis Obispo, CA Phone: (805) 756-2190
-