moveCursorForward static method

void moveCursorForward([
  1. int times = 1
])

Moves the Cursor Forward the specified amount of times.

Implementation

static void moveCursorForward([int times = 1]) => writeANSI('${times}C');