console.controlSequence

Instance of

Function

Parameters

/*String*/

Return value

console

Description

Writes ANSI escape code starting with ESC and [ (CSI sequence) to the standard output stream.

Example

console.controlSequence("7m").write("special").controlSequence("0m");