cursorNextLineN function

String cursorNextLineN(
  1. int n
)

Moves cursor to beginning of the line n lines down.

See cursorNextLineOpen and cursorNextLine.

Implementation

String cursorNextLineN(int n) => '$cursorNextLineOpen$n$cursorNextLineClose';