Colour support - required ncurses library >= 1.9.2
Preference file support
Backup - prints the size of the current directory in the files panel
Restore - prints the size of the files contained in the directory in
the top window (previously printed the size of the directory
entry - usually the i-node size)
Use of arrow keys enabled in dialog boxes
Can use spacebar to select a file in backup & restore
Prints a '*' to the right of a selcted file in the directory
view in backup and restore
Changes
Changed the way volume directories are sorted. Directories are placed
first in the volume directory, next come non-regular files,
then come regular files. If two filenames are the same, then
the one backed up earlier is first. Thus, when the same file is
backed up several times, the latest version of the file will be
the one at the bottom of the volume directory list.
Bug Fixes
floating point exception caused if backing up files with a
total count of zero bytes (eg. backing up /dev directory)
floating point exception caused if restoring files whose total
byte count was zero (eg. restore a /dev directory)
seg fault if no volume name specified on command line
in backup, if volume name was greater than window width, ugly
messying up of window