OSC top-level constant

String const OSC

Operating System Command.

OSC is used as the opening delimiter of a control string for operating system use. The command string following may consist of a sequence of bytes in the range 0x08 to 0x0D and 0x20 to 0x7E. The control string is closed by the terminating delimiter STRING TERMINATOR (ST). The interpretation of the command string depends on the relevant operating system.

Implementation

const String OSC = '$ESC]';