Commit Briefs

Marcel Rodrigues

Make README shorter.


Marcel Rodrigues

Make rover.sh more portable.


Marcel Rodrigues

Add --save-cwd documentation to manual.






Marcel Rodrigues

Use const when possible.


Marcel Rodrigues

Use shorter prompt string to save space.


Marcel Rodrigues

Make prompt strings configurable.



Marcel Rodrigues

Fix behavior for empty inputs.



Marcel Rodrigues

Remove wrap-around behavior from 'j' & 'k'.

That behavior provided a way to easily move between the top and bottom of listing. However, this is no longer needed due to the recent addition of 'g' & 'G'. The new behavior is also more similar to what we are used to in other programs.


Marcel Rodrigues

Only change scroll if necessary.