cursorNextLine static method

String cursorNextLine([
  1. int n = 1
])

Moves the cursor to the beginning of the line n lines down (default 1).

Implementation

static String cursorNextLine([int n = 1]) => '$csi${n}E';