Allow to choose to show parent folder
authorKlaus Ethgen <Klaus@Ethgen.de>
Tue, 16 Feb 2016 14:42:38 +0000 (15:42 +0100)
committerKlaus Ethgen <Klaus@Ethgen.de>
Tue, 16 Feb 2016 14:42:38 +0000 (15:42 +0100)
commit91260cd94d33d9e60d08a457fdddfd46ef3de8bb
treec93b8e4169ec3eefeedfca4342a31d1ccebf7dab
parent4ca4c1ffa10b6af17517911402a25f76e5c8e32b
Allow to choose to show parent folder

With e9fc136 we learned buttons for parent folder in directory list.
This disabled the ".." handle in the view itself.

This was found to be not optimal as the users are used to it.

With this patch, that entry is now configurable in preferences. It is
enabled by default but could be disabled if the user don't like it.
src/options.c
src/options.h
src/preferences.c
src/rcfile.c
src/view_dir_list.c