moveRight method

void moveRight(
  1. int count
)

Implementation

void moveRight(int count) {
  logger.write('\x1b\x5b\x43');
  position++;
}