cursor_down method
Moves the cursor one position down.
Implementation
@override
void cursor_down() {
stdout.write(control_sequence_identifier + 'B');
}
Moves the cursor one position down.
@override
void cursor_down() {
stdout.write(control_sequence_identifier + 'B');
}