diff options
| author | Mike Skec <skec@protonmail.ch> | 2020-12-30 16:38:06 +1100 |
|---|---|---|
| committer | Felix Queißner <felix@ib-queissner.de> | 2020-12-30 11:10:54 +0100 |
| commit | e5814f2bae65e9b757a26e8b263d5e868dbb2f41 (patch) | |
| tree | 0d6963b254b7ad8bd2bf4f1e5210104d0fb92dfc /src/kristall.hpp | |
| parent | 3854701237560d1655bcf713bdd5a3f91f3a075b (diff) | |
| download | kristall-e5814f2bae65e9b757a26e8b263d5e868dbb2f41.tar.gz | |
Add preference to show hidden files in directory listings
also improved listing code so that files and dirs with spaces now display and function properly
Diffstat (limited to 'src/kristall.hpp')
| -rw-r--r-- | src/kristall.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/kristall.hpp b/src/kristall.hpp index 2fef256..343a548 100644 --- a/src/kristall.hpp +++ b/src/kristall.hpp @@ -38,6 +38,7 @@ struct GenericSettings TextDisplay text_display = FormattedText; bool enable_text_decoration = false; bool use_os_scheme_handler = false; + bool show_hidden_files_in_dirs = false; TextDisplay gophermap_display = FormattedText; int max_redirections = 5; RedirectionWarning redirection_policy = WarnOnHostChange; |
