Commits


Try to use default background color.


_t typenames are reserved for system libraries.


Add support for moving files across different file systems.


Use stderr for error message.


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.