control-chars

control-chars


config tape Index Level conv-case
Syntax control-chars {(options}
Category TCL
Type Verb
Description enables or disables the entering of control characters at input, depending on the option specified.

Under default conditions, non-editing control characters are accepted by standard input commands.  By doing "control-chars (f", these characters are ignored.

The settings of this option are sent up and down levels for the current port.

The "control-chars" setting may be temporarily overridden in a BASIC program with the "INPUT CTRL" statement.

Note that this setting does not affect the standard TCL stacker since it utilizes all control keys for editing.
Options f  Disables control character input.

n  Enables control character input. This is the default

s  Suppresses output of status message.
See Also INPUTCTRL
Example
Warnings
Compatibility D3 7.0
config tape Index Level conv-case