Variable resetToInitialStateConst

resetToInitialState: "\u001bc" = ...

RIS sequence.

Remarks

Resets the entire screen to initial state.

Example

console.log(resetToInitialState); // "\x1b[c"
stdout.write(resetToInitialState); // Resets the entire screen to initial state.

See