cursorHomePosition constant
String
const cursorHomePosition
Moves the cursor to the home position (top-left corner).
Implementation
static const cursorHomePosition = '\x1b[H';
Moves the cursor to the home position (top-left corner).
static const cursorHomePosition = '\x1b[H';