menu
xterm2 package
documentation
xterm.dart
Terminal
moveCursorY method
moveCursorY method
dark_mode
light_mode
moveCursorY
method
@
override
void
moveCursorY
(
int
n
)
override
Implementation
@override void moveCursorY(int n) { _buffer.moveCursorY(n); }
xterm2 package
documentation
xterm
Terminal
moveCursorY method
Terminal class