menu
termlib package
documentation
termlib.dart
CursorUtils
moveUp method
moveUp method
dark_mode
light_mode
moveUp
method
void
moveUp
(
[
int
n
=
1
])
Moves the cursor up
n
cells.
Implementation
void moveUp([int n = 1]) => write(ansi.Cursor.moveUp(n));
termlib package
documentation
termlib
CursorUtils
moveUp method
CursorUtils extension on
InteractiveTerm