move_to_column method
Moves the the column specified in number
.
Implementation
void move_to_column(
final int number,
) {
write_ansi(
'${number}G',
);
}
Moves the the column specified in number
.
void move_to_column(
final int number,
) {
write_ansi(
'${number}G',
);
}