forlang.hlp (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
displaycursor
 Summary Example                         Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     Upon entry into each graphic routine, the screen cursor is turned
     off. The displaycursor function determines whether the cursor will
     be turned back on when programs exit graphic routines. If <toggle>
     is set to $GCURSORON, the cursor is restored on exit. If <toggle>
     is set to $GCURSOROFF, the cursor is left off.
 
     Return Value
 
     The function returns the previous value of <toggle>.
                                    -♦-