cursor_left method
Moves the cursor one position to the left.
Implementation
@override
void cursor_left() {
stdout.write(control_sequence_identifier + 'D');
}
Moves the cursor one position to the left.
@override
void cursor_left() {
stdout.write(control_sequence_identifier + 'D');
}