menu
gits_cli package
documentation
dependency_manager.dart
Terminal
cursorLeft method
cursorLeft method
dark_mode
light_mode
cursorLeft
method
void
cursorLeft
(
)
Moves the cursor to the left one column
Implementation
void cursorLeft() => _console.cursorUp();
gits_cli package
documentation
dependency_manager
Terminal
cursorLeft method
Terminal class