moveCursorBack static method

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

Moves the Cursor Back the specified amount of times.

Implementation

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