Cursor: Difference between revisions

From BR Wiki
Jump to navigation Jump to search
No edit summary
Line 4: Line 4:
  CURSOR SSEE  
  CURSOR SSEE  


"SS" is start hexidecimal.  
"SS" is the start in hexidecimal.<br>
"EE" is end in hexidecimal.  
"EE" is the end in hexidecimal. <br>
 
There is no space between them.
There is no space between them.


SS and EE must be in the range 00-0D, specifying the section of a block cursor with 00 being at the top and 0D being at the bottom. For example, to obtain a cursor of the lower half of a full block cursor, specify 080D.  
SS and EE must be in the range 00-0D, specifying the section of a block cursor with 00 being at the top and 0D being at the bottom. For example, to obtain a cursor of the lower half of a full block cursor, specify 080D.


===Examples===  
===Examples===  

Revision as of 17:28, 28 July 2015

The CURSOR keyword allows you to change the appearance of the cursor, either in BRConfig.sys or using the Config command, or even from with the program using the Execute statement.

Syntax

CURSOR SSEE 

"SS" is the start in hexidecimal.
"EE" is the end in hexidecimal.

There is no space between them.

SS and EE must be in the range 00-0D, specifying the section of a block cursor with 00 being at the top and 0D being at the bottom. For example, to obtain a cursor of the lower half of a full block cursor, specify 080D.

Examples

Other

See also Control Keys and Predefined Functions for cursor movement.