Difference between revisions of "SET SCREENIO"

From Recital Documentation Wiki
Jump to: navigation, search
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
=SET SCREENIO=
 
 
 
==Class==
 
Recital Terminal Developer Environment
 
 
 
 
==Purpose==
 
==Purpose==
 
Handle processing of character 255
 
Handle processing of character 255
Line 15: Line 8:
  
 
==See Also==
 
==See Also==
[[SET CONSOLE]], [[SET MAPCHAR]], [[SET SCREENMAP]], [[BLINK()]], [[BOLD()]], [[CHR()]], [[REVERSE()]], [[UNDERLINE()]]
+
[[BLINK()]], [[BOLD()]], [[CHR()]], [[REVERSE()]], [[SET CONSOLE]], [[SET MAPCHAR]], [[SET SCREENMAP]], [[UNDERLINE()]]
  
  
Line 28: Line 21:
 
set screenio off
 
set screenio off
 
? chr(255)
 
? chr(255)
set screenio on</code>
+
set screenio on
 +
</code>
  
  
 
==Products==
 
==Products==
Recital Terminal Developer
+
Recital  
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Commands]]
 
[[Category:Commands]]
 
[[Category:Set_Commands|SCREENIO]]
 
[[Category:Set_Commands|SCREENIO]]
 +
[[Category:Terminal Environment]]
 +
[[Category:Terminal Environment Set Commands]]

Latest revision as of 15:28, 25 November 2009

Purpose

Handle processing of character 255


Syntax

SET SCREENIO ON | OFF | (<expL>)


See Also

BLINK(), BOLD(), CHR(), REVERSE(), SET CONSOLE, SET MAPCHAR, SET SCREENMAP, UNDERLINE()


Description

The SET SCREENIO command allows the programmer to handle processing of the special screen attributes character, CHR(255). Standard processing uses the screen attributes character to mark sections of the screenmap for special video attributes such as blink or reverse. The SET SCREENIO command allows for temporary disabling of the processing of CHR(255).

If SET SCREENIO is OFF, special processing is disabled and CHR (255) is displayed as a space character.


Example

set screenio off
? chr(255)
set screenio on


Products

Recital