Difference between revisions of "SET HIGHLIGHT"

From Recital Documentation Wiki
Jump to: navigation, search
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
=SET HIGHLIGHT=
 
 
 
==Class==
 
Recital Terminal Developer Environment
 
 
 
 
==Purpose==
 
==Purpose==
 
Dim background intensity of the screen
 
Dim background intensity of the screen
Line 15: Line 8:
  
 
==See Also==
 
==See Also==
[[@...GET]], [[APPEND]], [[BROWSE]], [[EDIT]], [[READ]], [[SET BORDER]], [[SET BLINK]], [[SET DELIMITERS]], [[SET INTENSITY]], [[SET UNDERLINE]], [[BLINK()]], [[BOLD()]], [[REVERSE()]], [[UNDERLINE()]]
+
[[@...GET]], [[APPEND]], [[BLINK()]], [[BOLD()]], [[BROWSE]], [[EDIT]], [[READ]], [[REVERSE()]], [[SET BORDER]], [[SET BLINK]], [[SET DELIMITERS]], [[SET INTENSITY]], [[SET UNDERLINE]], [[UNDERLINE()]]
  
  
Line 23: Line 16:
  
 
==Example==
 
==Example==
<pre>
+
<code lang="recital">
 
set highlight on
 
set highlight on
 
set blink on
 
set blink on
 
use demo
 
use demo
 
edit
 
edit
// Press the [HELP] key</pre>
+
// Press the [HELP] key</code>
  
  
 
==Products==
 
==Products==
Recital Terminal Developer
+
Recital  
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Commands]]
 
[[Category:Commands]]
 
[[Category:Set_Commands|HIGHLIGHT]]
 
[[Category:Set_Commands|HIGHLIGHT]]
 +
[[Category:Terminal Environment]]
 +
[[Category:Terminal Environment Set Commands]]

Latest revision as of 15:56, 23 November 2009

Purpose

Dim background intensity of the screen


Syntax

SET HIGHLIGHT ON | OFF | (<expL>)


See Also

@...GET, APPEND, BLINK(), BOLD(), BROWSE, EDIT, READ, REVERSE(), SET BORDER, SET BLINK, SET DELIMITERS, SET INTENSITY, SET UNDERLINE, UNDERLINE()


Description

When HIGHLIGHT is set ON, background intensity of the screen is dimmed when a pop-up is activated. All bold characters on the screen are dimmed while the menu is active, and then restored to their original intensity when the screen is restored. This has been added to distinguish the pop-up object from the screen on which it overlays. If HIGHLIGHT is OFF, bold characters remain bold when a menu or dialog box appears on the screen. By default, HIGHLIGHT is OFF.


Example

set highlight on
set blink on
use demo
edit
// Press the [HELP] key


Products

Recital