menu
shellx_core package
documentation
shell_prompt/shell_prompt.dart
InputHistory
up method
up method
dark_mode
light_mode
up
method
void
up
(
)
edge safe up
Implementation
void up() { if (diffIndex < history.length) diffIndex++; }
shellx_core package
documentation
shell_prompt/shell_prompt
InputHistory
up method
InputHistory class