aboutsummaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorDylan Araps <dylan.araps@gmail.com>2026-02-28 14:52:34 +0200
committerDylan Araps <dylan.araps@gmail.com>2026-02-28 14:52:34 +0200
commit4fb29c95c61256f78e4b501a3c550b4c92a92a4e (patch)
treed521d540befe26339a3482efdcbf78c27d5be965 /config.h.in
parentebeb9d5b2757fd6cd238aa8e67c309929366d232 (diff)
misc: Add fallback for no XTerm alternate screen
This cannot be determined at runtime without terminfo.
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in6
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.
//