ENABLE-ESCAPE-FUNCTION: Difference between revisions

From NDWiki
Jump to navigation Jump to search
(created page for the ENABLE-ESCAPE-FUNCTION command)
 
m (→‎Related commands: DEFINE-ESCAPE-FUNCTION is wrong, it should be DEFINE-ESCAPE-CHARACTER)
 
(3 intermediate revisions by the same user not shown)
Line 8: Line 8:
Example:
Example:


@ENABLE-ESACPE-FUNCTION ,
@ENABLE-ESCAPE-FUNCTION ,


The "user break" will be performed for the own terminal.
The "user break" function will be enabled for the own terminal.


== Related commands ==
== Related commands ==
@[[DISABLE-ESCAPE-FUNCTION]]
@[[DISABLE-ESCAPE-FUNCTION]]


@[[DEFINE-ESCAPE-FUNCTION]]
@[[DEFINE-ESCAPE-CHARACTER]]


== References ==
== References ==
{{ND-doc|60.128.01}} (printed June 1980), page 1-70
{{ND-doc|60.128.01}} (printed June 1980), page 1-70
{{ND-doc|60.128.01}} (printed June 1980), page 1-91


{{ND-doc|60.174.Q01}}
{{ND-doc|60.174.Q01}}
[[Category:Background Commands]] [[Category:System Commands]]
[[Category:Background Commands]] [[Category:System Commands]]

Latest revision as of 14:39, 2 October 2017

@ENABLE-ESCAPE-FUNCTION <logical device number>

Enable the "user break" function.

<logical device number>
(octal, default = own terminal) must be a terminal.

Rules:

  1. Permitted for all users. However, only user SYSTEM can specify another <logical device number> than his own.
  2. This function is performed for the own terminal when logging out.

Example:

@ENABLE-ESCAPE-FUNCTION ,

The "user break" function will be enabled for the own terminal.

Related commands

@DISABLE-ESCAPE-FUNCTION

@DEFINE-ESCAPE-CHARACTER

References

Norsk Data Document ND–60.128.01 SINTRAN III REFERENCE MANUAL (printed June 1980), page 1-70

Norsk Data Document ND–60.128.01 SINTRAN III REFERENCE MANUAL (printed June 1980), page 1-91

Norsk Data Document ND–60.174.Q01 SINTRAN III QUICK REFERENCE CARD