cursorUpN function

String cursorUpN(
  1. int n
)

Moves the cursor up n lines.

See cursorUpOpen and cursorUp.

Implementation

String cursorUpN(int n) => '$cursorUpOpen$n$cursorUpClose';