home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / os / msdos / programm / 11735 < prev    next >
Encoding:
Internet Message Format  |  1993-01-01  |  1.3 KB

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