menu
shellx_core package
documentation
shell_prompt/shell_prompt.dart
Cursor
moveRight method
moveRight method
dark_mode
light_mode
moveRight
method
void
moveRight
(
int
count
)
Implementation
void moveRight(int count) { logger.write('\x1b\x5b\x43'); position++; }
shellx_core package
documentation
shell_prompt/shell_prompt
Cursor
moveRight method
Cursor class