xHarbour Reference Documentation > Command Reference |
Toggles the display of the screen cursor in text-mode applications
SET CURSOR on | OFF | (<lOnOff>)
SET CURSOR is used to display or hide the screen cursor in text-mode applications. Normally, the screen cursor must only be visible when a user enters data. The command is superseeded by the SetCursor() function which cannot only show/hide the cursor, but also define the cursor's shape.
See also: | CSetCurs(), SET CONSOLE, Set(), SetCursor(), SetPos() |
Category: | Output commands , SET commands |
Source: | rtl\set.c |
LIB: | xhb.lib |
DLL: | xhbdll.dll |
http://www.xHarbour.com