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