previousLine static method

void previousLine()

Moves the cursor to the start of previous line.

Implementation

static void previousLine() {
  write('${Ansi.esc}0F');
}