diff options
Diffstat (limited to 'config.h.in')
| -rw-r--r-- | config.h.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index ece0ddc..d4f1218 100644 --- a/config.h.in +++ b/config.h.in @@ -63,6 +63,12 @@ #define DFM_SHOW_HIDDEN 0 // +// Clear screen on exit. +// Useful when XTerm alt screen is unavailable. +// +// #define DFM_CLEAR_EXIT + +// // Disable colors. // Uncomment to disable all colors. // |