Const
RIS sequence.
Resets the entire screen to initial state.
console.log(resetToInitialState); // "\x1b[c"stdout.write(resetToInitialState); // Resets the entire screen to initial state. Copy
console.log(resetToInitialState); // "\x1b[c"stdout.write(resetToInitialState); // Resets the entire screen to initial state.
RIS sequence.
Remarks
Resets the entire screen to initial state.
Example
See