Commits


Merge pull request #2 from oten/master Fix warning when curses was build with --enable-const.


Fix warning when curses was build with --enable-const.


More consistent comment style.


More maintainable memory handling. Remove unnecessary casts from (void *). Give expression to sizeof operator. These changes make the code less prone to bugs by removing repetition of type names in multiple places.


Only update view when ready.


Minor change.


Fix problems with rename and selection.


Update marks after rename.


Documentation improvements. Add --version and --help options. Add man page. Probably needs more polishing. Add command to show man page from inside Rover.


K&R style else.


Visual enhancements.


Better selection handling.


Avoid resetting selection.


Readability.


Better messages.