Difference between revisions of "SET TYPEAHEAD"

From Recital Documentation Wiki
Jump to: navigation, search
(Class)
Line 1: Line 1:
==Class==
 
Keyboard Events
 
  
  

Revision as of 16:33, 26 October 2009


Purpose

Specify the number of characters that the terminal typeahead buffer can contain


Syntax

SET TYPEAHEAD TO <expN>


See Also

CLEAR TYPEAHEAD, INKEY(), KEYBOARD, ON KEY


Description

The SET TYPEAHEAD TO <expN> commands allows you to specify the maximum number of characters that can be stored in the terminal typeahead buffer. Setting the typeahead buffer to 0 disables the typeahead buffer. When typeahead is 0, the INKEY() function and the ON KEY command are also disabled.


Example

set typeahead to 10
set typeahead to 0


Products

Recital Mirage Server, Recital Terminal Developer