menu
dt
backend.dart
SurfaceBackend
moveCursorTo abstract method
moveCursorTo
dark_mode
light_mode
moveCursorTo
abstract method
void
moveCursorTo
(
int
x
,
int
y
)
Moves the terminal cursor to the given position.
Implementation
void moveCursorTo(int x, int y);
dt
backend
SurfaceBackend
moveCursorTo abstract method
SurfaceBackend class