cursor_right method
Moves the cursor one position to the right.
Implementation
@override
void cursor_right() {
stdout.write(control_sequence_identifier + 'C');
}
Moves the cursor one position to the right.
@override
void cursor_right() {
stdout.write(control_sequence_identifier + 'C');
}