From 4fb29c95c61256f78e4b501a3c550b4c92a92a4e Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sat, 28 Feb 2026 14:52:34 +0200 Subject: misc: Add fallback for no XTerm alternate screen This cannot be determined at runtime without terminfo. --- config.h.in | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'config.h.in') diff --git a/config.h.in b/config.h.in index ece0ddc..d4f1218 100644 --- a/config.h.in +++ b/config.h.in @@ -62,6 +62,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. -- cgit v1.2.3