Difference between revisions of "SET CURSOR"

From Recital Documentation Wiki
Jump to: navigation, search
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
=SET CURSOR=
 
 
 
==Class==
 
Keyboard Events
 
 
 
 
==Purpose==
 
==Purpose==
 
Turn the cursor on or off
 
Turn the cursor on or off
Line 23: Line 16:
  
 
==Example==
 
==Example==
<pre>
+
<code lang="recital">
set cursor on</pre>
+
set cursor on</code>
  
 
==Products==
 
==Products==
Recital Terminal Developer
+
Recital  
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Commands]]
 
[[Category:Commands]]
 
[[Category:Set_Commands|CURSOR]]
 
[[Category:Set_Commands|CURSOR]]
 +
[[Category:Keyboard Events]]
 +
[[Category:Keyboard Events Set Commands]]

Latest revision as of 15:31, 23 November 2009

Purpose

Turn the cursor on or off


Syntax

SET CURSOR ON | OFF | (<expL>)


See Also

SET PROMPT


Description

The SET CURSOR command turns the cursor on or off. By default, CURSOR is ON.


Example

set cursor on

Products

Recital