cursorNextLineN function
- int n
Moves cursor to beginning of the line n
lines down.
See cursorNextLineOpen and cursorNextLine.
Implementation
String cursorNextLineN(int n) => '$cursorNextLineOpen$n$cursorNextLineClose';
Moves cursor to beginning of the line n
lines down.
See cursorNextLineOpen and cursorNextLine.
String cursorNextLineN(int n) => '$cursorNextLineOpen$n$cursorNextLineClose';